Spaces:
Sleeping
Sleeping
Commit
·
af22ef7
1
Parent(s):
d54b263
changed alignment again
Browse files
app.py
CHANGED
@@ -113,7 +113,8 @@ def config():
|
|
113 |
#st.markdown("<div class='centered-image'>", unsafe_allow_html=True)
|
114 |
#st.image("config/microphone.jpeg",width=200)
|
115 |
#st.markdown("</div>", unsafe_allow_html=True)
|
116 |
-
st.image("config/microphone.jpeg", width=100, use_column_width=True)
|
|
|
117 |
# Add custom CSS styles
|
118 |
st.markdown("""
|
119 |
<style>
|
|
|
113 |
#st.markdown("<div class='centered-image'>", unsafe_allow_html=True)
|
114 |
#st.image("config/microphone.jpeg",width=200)
|
115 |
#st.markdown("</div>", unsafe_allow_html=True)
|
116 |
+
#st.image("config/microphone.jpeg", width=100, use_column_width=True)
|
117 |
+
st.image("config/microphone.jpeg", width=100, use_column_width=False, output_format="auto")
|
118 |
# Add custom CSS styles
|
119 |
st.markdown("""
|
120 |
<style>
|