Eric Botti commited on
Commit
7275c7f
·
1 Parent(s): bfe0881

gap before footer

Browse files
Files changed (1) hide show
  1. src/app.py +1 -0
src/app.py CHANGED
@@ -145,6 +145,7 @@ if user_input:
145
  session_state.user_input = user_input
146
  st.session_state.game.run_game()
147
 
 
148
 
149
  footer="""<style>
150
  .footer {
 
145
  session_state.user_input = user_input
146
  st.session_state.game.run_game()
147
 
148
+ st.markdown("#")
149
 
150
  footer="""<style>
151
  .footer {