shukdevdatta123 commited on
Commit
2303bce
·
verified ·
1 Parent(s): 058d081

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -6,6 +6,10 @@ from generate_answer import base_model_chatbot, with_pdf_chatbot
6
  from audio_recorder_streamlit import audio_recorder
7
  from streamlit_float import *
8
 
 
 
 
 
9
  def main(answer_mode: str):
10
  # Float feature initialization
11
  float_init()
 
6
  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):
14
  # Float feature initialization
15
  float_init()