Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -268,7 +268,7 @@ footer {
|
|
| 268 |
}
|
| 269 |
"""
|
| 270 |
|
| 271 |
-
with gr.Blocks(theme="
|
| 272 |
with gr.Column(elem_id="col-container"):
|
| 273 |
|
| 274 |
with gr.Column():
|
|
|
|
| 268 |
}
|
| 269 |
"""
|
| 270 |
|
| 271 |
+
with gr.Blocks(theme="soft", css=css) as demo:
|
| 272 |
with gr.Column(elem_id="col-container"):
|
| 273 |
|
| 274 |
with gr.Column():
|