sharmavaruncs commited on
Commit
0096fb8
·
1 Parent(s): 8a2f5d3

added image width

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def config():
111
 
112
  # Add the centered image
113
  st.markdown("<div class='centered-image'>", unsafe_allow_html=True)
114
- st.image("config/microphone.jpeg")
115
  st.markdown("</div>", unsafe_allow_html=True)
116
 
117
  # Add custom CSS styles
 
111
 
112
  # Add the centered image
113
  st.markdown("<div class='centered-image'>", unsafe_allow_html=True)
114
+ st.image("config/microphone.jpeg",width=100)
115
  st.markdown("</div>", unsafe_allow_html=True)
116
 
117
  # Add custom CSS styles