Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -97,6 +97,7 @@ def remove_back_to_files():
|
|
97 |
return gr.update(visible=False), gr.update(visible=False), gr.update(visible=True)
|
98 |
css = '''
|
99 |
h1{margin-bottom: 0 !important}
|
|
|
100 |
'''
|
101 |
with gr.Blocks(css=css) as demo:
|
102 |
gr.Markdown("")
|
|
|
97 |
return gr.update(visible=False), gr.update(visible=False), gr.update(visible=True)
|
98 |
css = '''
|
99 |
h1{margin-bottom: 0 !important}
|
100 |
+
footer{display:none !important}
|
101 |
'''
|
102 |
with gr.Blocks(css=css) as demo:
|
103 |
gr.Markdown("")
|