Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -214,7 +214,8 @@ footer {
|
|
214 |
"""
|
215 |
|
216 |
|
217 |
-
with gr.Blocks(theme=
|
|
|
218 |
with gr.Column(variant="panel"):
|
219 |
with gr.Row():
|
220 |
prompt_textbox = gr.Textbox(label="Prompt", lines=1)
|
|
|
214 |
"""
|
215 |
|
216 |
|
217 |
+
with gr.Blocks(theme=gr.themes.Dark(), css=css) as demo:
|
218 |
+
|
219 |
with gr.Column(variant="panel"):
|
220 |
with gr.Row():
|
221 |
prompt_textbox = gr.Textbox(label="Prompt", lines=1)
|