Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -383,4 +383,4 @@ hide_streamlit_style = """
|
|
| 383 |
footer {visibility: hidden;}
|
| 384 |
</style>
|
| 385 |
"""
|
| 386 |
-
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
|
|
|
| 383 |
footer {visibility: hidden;}
|
| 384 |
</style>
|
| 385 |
"""
|
| 386 |
+
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|