Spaces:
Runtime error
Runtime error
Commit
·
6c1a933
1
Parent(s):
3ad6838
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ def load_data():
|
|
97 |
|
98 |
css="footer {visibility: hidden}"
|
99 |
|
100 |
-
with gr.Blocks(
|
101 |
with gr.Row():
|
102 |
with gr.Column():
|
103 |
#with gr.Box():
|
|
|
97 |
|
98 |
css="footer {visibility: hidden}"
|
99 |
|
100 |
+
with gr.Blocks() as demo:
|
101 |
with gr.Row():
|
102 |
with gr.Column():
|
103 |
#with gr.Box():
|