gerasdf commited on
Commit
4d33150
·
1 Parent(s): 98e31d6
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -127,7 +127,8 @@ with gr.Blocks(
127
  title="Je suis Le Petit Nicolas",
128
  fill_height=True,
129
  # theme=gr.themes.Base()
130
- theme=theme
 
131
  ) as demo:
132
  state = new_state()
133
 
 
127
  title="Je suis Le Petit Nicolas",
128
  fill_height=True,
129
  # theme=gr.themes.Base()
130
+ theme=theme,
131
+ css="footer {visibility: hidden}"
132
  ) as demo:
133
  state = new_state()
134