shukdevdatta123 commited on
Commit
f73130d
·
verified ·
1 Parent(s): 0135b7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from PIL import Image
9
 
10
  # Display image/logo in the "Course Query Assistant" section (optional)
11
  voice = Image.open("8090687.png") # Ensure the file is in the correct directory
12
- st.image(voice, width=150) # Adjust the size as per preference
13
 
14
  def main(answer_mode: str):
15
  # Float feature initialization
 
9
 
10
  # Display image/logo in the "Course Query Assistant" section (optional)
11
  voice = Image.open("8090687.png") # Ensure the file is in the correct directory
12
+ st.image(voice, width=100) # Adjust the size as per preference
13
 
14
  def main(answer_mode: str):
15
  # Float feature initialization