Update app.py
Browse files
app.py
CHANGED
@@ -406,7 +406,7 @@ if openai_api_key:
|
|
406 |
|
407 |
# Display image/logo in the "Physics Assistant" section (optional)
|
408 |
gif = "200w.gif" # Ensure the file is in the correct directory
|
409 |
-
st.image(gif,
|
410 |
|
411 |
# Button to navigate to the external voice chat link
|
412 |
if st.button("Go to Voice Chat"):
|
@@ -446,9 +446,9 @@ if openai_api_key:
|
|
446 |
# Display a description or instructions
|
447 |
st.write("Click the button below to go to the English To Japanese Translator.")
|
448 |
|
449 |
-
|
450 |
gif = "200w.gif" # Ensure the file is in the correct directory
|
451 |
-
st.image(gif,
|
452 |
|
453 |
# Button to navigate to the external voice chat link
|
454 |
if st.button("Go to English To Japanese Translator"):
|
|
|
406 |
|
407 |
# Display image/logo in the "Physics Assistant" section (optional)
|
408 |
gif = "200w.gif" # Ensure the file is in the correct directory
|
409 |
+
st.image(gif, use_container_width=50) # Adjust the size as per preference
|
410 |
|
411 |
# Button to navigate to the external voice chat link
|
412 |
if st.button("Go to Voice Chat"):
|
|
|
446 |
# Display a description or instructions
|
447 |
st.write("Click the button below to go to the English To Japanese Translator.")
|
448 |
|
449 |
+
|
450 |
gif = "200w.gif" # Ensure the file is in the correct directory
|
451 |
+
st.image(gif, use_container_width=150) # Adjust the size as per preference
|
452 |
|
453 |
# Button to navigate to the external voice chat link
|
454 |
if st.button("Go to English To Japanese Translator"):
|