Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,8 @@ if openai_api_key:
|
|
98 |
"Biology Assistant", # Added option for Biology
|
99 |
"Chemistry Assistant", # Added option for Chemistry
|
100 |
"Physics Assistant", # Added option for Physics
|
101 |
-
"Voice Chat"
|
|
|
102 |
))
|
103 |
|
104 |
# Add Contact information in the sidebar
|
@@ -418,7 +419,7 @@ if openai_api_key:
|
|
418 |
imgc = Image.open("i.jpg") # Ensure the file is in the correct directory
|
419 |
st.image(imgc, width=150) # Adjust the size as per preference
|
420 |
|
421 |
-
st.header("
|
422 |
|
423 |
# Display a description or instructions
|
424 |
st.write("Click the button below to go to the Voice Chat.")
|
|
|
98 |
"Biology Assistant", # Added option for Biology
|
99 |
"Chemistry Assistant", # Added option for Chemistry
|
100 |
"Physics Assistant", # Added option for Physics
|
101 |
+
"Voice Chat",
|
102 |
+
"Image Chat"
|
103 |
))
|
104 |
|
105 |
# Add Contact information in the sidebar
|
|
|
419 |
imgc = Image.open("i.jpg") # Ensure the file is in the correct directory
|
420 |
st.image(imgc, width=150) # Adjust the size as per preference
|
421 |
|
422 |
+
st.header("Image Chat")
|
423 |
|
424 |
# Display a description or instructions
|
425 |
st.write("Click the button below to go to the Voice Chat.")
|