Matias Stager commited on
Commit
d597b5f
·
1 Parent(s): dcb9e02

Footer Update 2

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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)