Update app.py
Browse files
app.py
CHANGED
@@ -404,7 +404,7 @@ if openai_api_key:
|
|
404 |
|
405 |
# Display image/logo in the "Physics Assistant" section (optional)
|
406 |
gif = "200w.gif" # Ensure the file is in the correct directory
|
407 |
-
st.image(gif,
|
408 |
|
409 |
# Button to navigate to the external voice chat link
|
410 |
if st.button("Go to Voice Chat"):
|
|
|
404 |
|
405 |
# Display image/logo in the "Physics Assistant" section (optional)
|
406 |
gif = "200w.gif" # Ensure the file is in the correct directory
|
407 |
+
st.image(gif, use_column_width=100) # Adjust the size as per preference
|
408 |
|
409 |
# Button to navigate to the external voice chat link
|
410 |
if st.button("Go to Voice Chat"):
|