Spaces:
Sleeping
Sleeping
Commit
·
3690272
1
Parent(s):
b46a6d6
added microphone file
Browse files
app.py
CHANGED
@@ -95,6 +95,8 @@ 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 |
# Add custom CSS styles
|
99 |
st.markdown("""
|
100 |
<style>
|
|
|
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("""
|
102 |
<style>
|