Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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):
|