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