Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -150,7 +150,7 @@ with open("header.html", "r") as file:
|
|
| 150 |
|
| 151 |
|
| 152 |
if __name__ == "__main__":
|
| 153 |
-
with gr.Blocks(
|
| 154 |
gr.HTML(header)
|
| 155 |
with gr.Row():
|
| 156 |
with gr.Column(variant='panel', scale=5):
|
|
|
|
| 150 |
|
| 151 |
|
| 152 |
if __name__ == "__main__":
|
| 153 |
+
with gr.Blocks() as demo:
|
| 154 |
gr.HTML(header)
|
| 155 |
with gr.Row():
|
| 156 |
with gr.Column(variant='panel', scale=5):
|