Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -235,7 +235,7 @@ footer {
|
|
| 235 |
}
|
| 236 |
"""
|
| 237 |
|
| 238 |
-
with gr.Blocks(theme="
|
| 239 |
with gr.Row():
|
| 240 |
with gr.Column():
|
| 241 |
prompt = gr.Textbox(
|
|
|
|
| 235 |
}
|
| 236 |
"""
|
| 237 |
|
| 238 |
+
with gr.Blocks(theme="soft", css=css) as demo:
|
| 239 |
with gr.Row():
|
| 240 |
with gr.Column():
|
| 241 |
prompt = gr.Textbox(
|