Update app.py
Browse files
app.py
CHANGED
@@ -422,7 +422,7 @@ if openai_api_key:
|
|
422 |
st.header("Image Chat")
|
423 |
|
424 |
# Display a description or instructions
|
425 |
-
st.write("Click the button below to go to the
|
426 |
|
427 |
# Display image/logo in the "Physics Assistant" section (optional)
|
428 |
gif = "200w.gif" # Ensure the file is in the correct directory
|
|
|
422 |
st.header("Image Chat")
|
423 |
|
424 |
# Display a description or instructions
|
425 |
+
st.write("Click the button below to go to the Image Chat.")
|
426 |
|
427 |
# Display image/logo in the "Physics Assistant" section (optional)
|
428 |
gif = "200w.gif" # Ensure the file is in the correct directory
|