shukdevdatta123 commited on
Commit
0484895
·
verified ·
1 Parent(s): 462657d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ if sidebar_option == "Introductory Tutorial":
49
 
50
  # Display a logo or icon
51
  image = Image.open("1.png") # Path to your image file
52
- st.image(image, use_container_width=True) # You can adjust the width as needed
53
 
54
  # Button to navigate to the external voice chat link
55
  if st.button("Go to Sorting Simulator"):
 
49
 
50
  # Display a logo or icon
51
  image = Image.open("1.png") # Path to your image file
52
+ st.image(image, width=400) # You can adjust the width as needed
53
 
54
  # Button to navigate to the external voice chat link
55
  if st.button("Go to Sorting Simulator"):