Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -221,4 +221,16 @@ hide_streamlit_style = """
|
|
| 221 |
footer {visibility: hidden;}
|
| 222 |
</style>
|
| 223 |
"""
|
| 224 |
-
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 221 |
footer {visibility: hidden;}
|
| 222 |
</style>
|
| 223 |
"""
|
| 224 |
+
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
| 225 |
+
|
| 226 |
+
|
| 227 |
+
st.markdown("""
|
| 228 |
+
<style>
|
| 229 |
+
.stSelectbox, .stNumberInput {
|
| 230 |
+
padding-bottom: 20px;
|
| 231 |
+
}
|
| 232 |
+
.stExpander {
|
| 233 |
+
padding-bottom: 20px;
|
| 234 |
+
}
|
| 235 |
+
</style>
|
| 236 |
+
""", unsafe_allow_html=True)
|