Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -375,7 +375,7 @@ body {
|
|
| 375 |
"""
|
| 376 |
|
| 377 |
|
| 378 |
-
with gr.Blocks(
|
| 379 |
gr.HTML(title_html) # title html
|
| 380 |
with gr.Column(elem_id="app-container"):
|
| 381 |
with gr.Row():
|
|
|
|
| 375 |
"""
|
| 376 |
|
| 377 |
|
| 378 |
+
with gr.Blocks( css=css) as app:
|
| 379 |
gr.HTML(title_html) # title html
|
| 380 |
with gr.Column(elem_id="app-container"):
|
| 381 |
with gr.Row():
|