shukdevdatta123 commited on
Commit
9ddce39
·
verified ·
1 Parent(s): 4be1e0e

Update app.py

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