Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ footer {
|
|
55 |
}
|
56 |
"""
|
57 |
|
58 |
-
with gr.Blocks(theme="
|
59 |
with gr.Column(elem_id="col-container"):
|
60 |
with gr.Row():
|
61 |
prompt = gr.Text(
|
|
|
55 |
}
|
56 |
"""
|
57 |
|
58 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|
59 |
with gr.Column(elem_id="col-container"):
|
60 |
with gr.Row():
|
61 |
prompt = gr.Text(
|