Spaces:
Sleeping
Sleeping
Commit
·
048f319
1
Parent(s):
5397ee1
reduce height
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("./config/microphone.jpeg",
|
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", width=200)
|
99 |
|
100 |
# Add custom CSS styles
|
101 |
st.markdown("""
|