Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,8 +75,13 @@ st.markdown(
|
|
75 |
"""
|
76 |
<style>
|
77 |
/* Custom style adjustments */
|
78 |
-
.st-emotion-cache-
|
|
|
|
|
|
|
|
|
|
|
79 |
</style>
|
80 |
""",
|
81 |
unsafe_allow_html=True,
|
82 |
-
)
|
|
|
75 |
"""
|
76 |
<style>
|
77 |
/* Custom style adjustments */
|
78 |
+
.st-emotion-cache-15ecox0 { display: none !important; }
|
79 |
+
@media (max-width: 50.5rem) {
|
80 |
+
.st-emotion-cache-13ln4jf {
|
81 |
+
max-width: calc(0rem + 100vw);
|
82 |
+
}
|
83 |
+
}
|
84 |
</style>
|
85 |
""",
|
86 |
unsafe_allow_html=True,
|
87 |
+
)
|