Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,12 @@ st.markdown(
|
|
84 |
"""
|
85 |
<style>
|
86 |
/* Custom style adjustments */
|
87 |
-
.st-emotion-cache-
|
|
|
|
|
|
|
|
|
|
|
88 |
</style>
|
89 |
""",
|
90 |
unsafe_allow_html=True,
|
|
|
84 |
"""
|
85 |
<style>
|
86 |
/* Custom style adjustments */
|
87 |
+
.st-emotion-cache-15ecox0 { display: none !important; }
|
88 |
+
@media (max-width: 50.5rem) {
|
89 |
+
.st-emotion-cache-13ln4jf {
|
90 |
+
max-width: calc(0rem + 100vw);
|
91 |
+
}
|
92 |
+
}
|
93 |
</style>
|
94 |
""",
|
95 |
unsafe_allow_html=True,
|