Spaces:
Running
Running
Update src/app.py
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -184,7 +184,7 @@ footer {
|
|
184 |
"""
|
185 |
|
186 |
|
187 |
-
with gr.Blocks(theme="
|
188 |
|
189 |
with gr.Tab("By prompt", id="tab_prompt"):
|
190 |
with gr.Row():
|
|
|
184 |
"""
|
185 |
|
186 |
|
187 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|
188 |
|
189 |
with gr.Tab("By prompt", id="tab_prompt"):
|
190 |
with gr.Row():
|