Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
•
36e8381
1
Parent(s):
89f00b4
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ def load_data():
|
|
94 |
|
95 |
css="footer {visibility: hidden}"
|
96 |
|
97 |
-
with gr.Blocks() as demo:
|
98 |
with gr.Row():
|
99 |
with gr.Column():
|
100 |
#with gr.Box():
|
|
|
94 |
|
95 |
css="footer {visibility: hidden}"
|
96 |
|
97 |
+
with gr.Blocks(css=css) as demo:
|
98 |
with gr.Row():
|
99 |
with gr.Column():
|
100 |
#with gr.Box():
|