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