Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -315,4 +315,4 @@ hide_streamlit_style = """
|
|
| 315 |
footer {visibility: hidden;}
|
| 316 |
</style>
|
| 317 |
"""
|
| 318 |
-
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
|
|
|
| 315 |
footer {visibility: hidden;}
|
| 316 |
</style>
|
| 317 |
"""
|
| 318 |
+
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|