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