Spaces:
Sleeping
Sleeping
Matias Stager
commited on
Commit
·
d597b5f
1
Parent(s):
dcb9e02
Footer Update 2
Browse files
app.py
CHANGED
@@ -44,6 +44,7 @@ if st.session_state['generated']:
|
|
44 |
|
45 |
hide_footer_style = """
|
46 |
<style>
|
47 |
-
.main footer {visibility: hidden;}
|
|
|
48 |
"""
|
49 |
st.markdown(hide_footer_style, unsafe_allow_html=True)
|
|
|
44 |
|
45 |
hide_footer_style = """
|
46 |
<style>
|
47 |
+
.main footer {visibility: hidden;}
|
48 |
+
</style>
|
49 |
"""
|
50 |
st.markdown(hide_footer_style, unsafe_allow_html=True)
|