shukdevdatta123 commited on
Commit
857e8d5
·
verified ·
1 Parent(s): 8fe5ef8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -517,12 +517,12 @@ if openai_api_key:
517
 
518
  # **New Section: Image Chat**
519
  elif mode == "Image Chat":
 
 
520
 
521
  # Display image/logo in the "Physics Assistant" section (optional)
522
  imgc = Image.open("i.jpg") # Ensure the file is in the correct directory
523
  st.image(imgc, width=150) # Adjust the size as per preference
524
-
525
- st.header("Image Chat")
526
 
527
  # Display a description or instructions
528
  st.write("Click the button below to go to the Image Chat.")
 
517
 
518
  # **New Section: Image Chat**
519
  elif mode == "Image Chat":
520
+
521
+ st.header("Image Chat")
522
 
523
  # Display image/logo in the "Physics Assistant" section (optional)
524
  imgc = Image.open("i.jpg") # Ensure the file is in the correct directory
525
  st.image(imgc, width=150) # Adjust the size as per preference
 
 
526
 
527
  # Display a description or instructions
528
  st.write("Click the button below to go to the Image Chat.")