Spaces:
Sleeping
Sleeping
Commit
·
5397ee1
1
Parent(s):
3690272
corrected the path for microphone file
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def config():
|
|
95 |
# Set the page configuration with the title and icon
|
96 |
st.set_page_config(page_title="Virtual Therapist", page_icon=im)
|
97 |
|
98 |
-
st.image("microphone.jpeg", use_column_width=True)
|
99 |
|
100 |
# Add custom CSS styles
|
101 |
st.markdown("""
|
|
|
95 |
# Set the page configuration with the title and icon
|
96 |
st.set_page_config(page_title="Virtual Therapist", page_icon=im)
|
97 |
|
98 |
+
st.image("./config/microphone.jpeg", use_column_width=True)
|
99 |
|
100 |
# Add custom CSS styles
|
101 |
st.markdown("""
|