gerasdf
commited on
Commit
·
fc4c25e
1
Parent(s):
c038d5b
remove footer
Browse files
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)
|