Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,6 +93,12 @@ st.markdown(
|
|
| 93 |
<style>
|
| 94 |
/* Custom style adjustments */
|
| 95 |
.st-emotion-cache-iiif1v { display: none !important; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
</style>
|
| 97 |
""",
|
| 98 |
unsafe_allow_html=True,
|
|
|
|
| 93 |
<style>
|
| 94 |
/* Custom style adjustments */
|
| 95 |
.st-emotion-cache-iiif1v { display: none !important; }
|
| 96 |
+
.st-emotion-cache-13ln4jf {padding: 6rem 1rem 0rem;}
|
| 97 |
+
@media (max-width: 50.5rem) {
|
| 98 |
+
.st-emotion-cache-13ln4jf {
|
| 99 |
+
max-width: calc(0rem + 100vw);
|
| 100 |
+
}
|
| 101 |
+
}
|
| 102 |
</style>
|
| 103 |
""",
|
| 104 |
unsafe_allow_html=True,
|