gerasdf commited on
Commit
fc4c25e
·
1 Parent(s): c038d5b

remove footer

Browse files
Files changed (1) hide show
  1. query.py +2 -1
query.py CHANGED
@@ -258,7 +258,8 @@ def gr_main():
258
  with gr.Blocks(
259
  title="Sherlock Holmes stories",
260
  fill_height=True,
261
- theme=theme
 
262
  ) as app:
263
  state = new_state()
264
  # auto_play = gr.Checkbox(False, label="Autoplay", render=False)
 
258
  with gr.Blocks(
259
  title="Sherlock Holmes stories",
260
  fill_height=True,
261
+ theme=theme,
262
+ css="footer {visibility: hidden}"
263
  ) as app:
264
  state = new_state()
265
  # auto_play = gr.Checkbox(False, label="Autoplay", render=False)