Update app.py
Browse files
app.py
CHANGED
@@ -403,8 +403,8 @@ if openai_api_key:
|
|
403 |
st.write("Click the button below to go to the Voice Chat.")
|
404 |
|
405 |
# Display image/logo in the "Physics Assistant" section (optional)
|
406 |
-
gif =
|
407 |
-
st.image(gif,
|
408 |
|
409 |
# Button to navigate to the external voice chat link
|
410 |
if st.button("Go to Voice Chat"):
|
|
|
403 |
st.write("Click the button below to go to the 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=True) # 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"):
|