Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ footer {
|
|
203 |
}
|
204 |
"""
|
205 |
|
206 |
-
with gr.Blocks(theme="
|
207 |
with gr.Column(elem_id="col-container"):
|
208 |
|
209 |
with gr.Column():
|
|
|
203 |
}
|
204 |
"""
|
205 |
|
206 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|
207 |
with gr.Column(elem_id="col-container"):
|
208 |
|
209 |
with gr.Column():
|