Spaces:
Sleeping
Sleeping
Commit
·
a9ca2db
1
Parent(s):
4b45e48
removed image caption
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def config():
|
|
102 |
display: flex;
|
103 |
justify-content: center;
|
104 |
align-items: center;
|
105 |
-
height:
|
106 |
}
|
107 |
</style>
|
108 |
"""
|
@@ -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
|
|
|
102 |
display: flex;
|
103 |
justify-content: center;
|
104 |
align-items: center;
|
105 |
+
height: 200px; /* Adjust the height as needed */
|
106 |
}
|
107 |
</style>
|
108 |
"""
|
|
|
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
|