Update app.py
Browse files
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,
|
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"):
|