sharmavaruncs commited on
Commit
048f319
·
1 Parent(s): 5397ee1

reduce height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", 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", width=200)
99
 
100
  # Add custom CSS styles
101
  st.markdown("""