Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ footer {
|
|
86 |
"""
|
87 |
|
88 |
# --- Gradio UI ---
|
89 |
-
with gr.Blocks(theme="
|
90 |
with gr.Column(elem_id="app-container"):
|
91 |
|
92 |
with gr.Row():
|
|
|
86 |
"""
|
87 |
|
88 |
# --- Gradio UI ---
|
89 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|
90 |
with gr.Column(elem_id="app-container"):
|
91 |
|
92 |
with gr.Row():
|