Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -262,8 +262,9 @@ css = """
|
|
| 262 |
max-width: 1024px;
|
| 263 |
}
|
| 264 |
"""
|
|
|
|
| 265 |
|
| 266 |
-
with gr.Blocks(css=css) as demo:
|
| 267 |
|
| 268 |
with gr.Column(elem_id="col-container"):
|
| 269 |
|
|
|
|
| 262 |
max-width: 1024px;
|
| 263 |
}
|
| 264 |
"""
|
| 265 |
+
theme = gr.themes.Ocean()
|
| 266 |
|
| 267 |
+
with gr.Blocks(css=css, theme=theme) as demo:
|
| 268 |
|
| 269 |
with gr.Column(elem_id="col-container"):
|
| 270 |
|