Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from helpers import text_to_speech, autoplay_audio, speech_to_text, get_api_key
|
|
5 |
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 |
# Display image/logo in the "Course Query Assistant" section (optional)
|
10 |
voice = Image.open("8090687.png") # Ensure the file is in the correct directory
|
|
|
5 |
from generate_answer import base_model_chatbot, with_pdf_chatbot
|
6 |
from audio_recorder_streamlit import audio_recorder
|
7 |
from streamlit_float import *
|
8 |
+
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
|