Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -749,7 +749,7 @@ def handle_boost(prompt: str):
|
|
749 |
return prompt, gr.update(active_key="empty")
|
750 |
|
751 |
demo_instance = Demo()
|
752 |
-
|
753 |
with gr.Blocks(css_paths="app.css", theme=theme) as demo:
|
754 |
history = gr.State([])
|
755 |
setting = gr.State({
|
|
|
749 |
return prompt, gr.update(active_key="empty")
|
750 |
|
751 |
demo_instance = Demo()
|
752 |
+
theme = gr.themes.Soft()
|
753 |
with gr.Blocks(css_paths="app.css", theme=theme) as demo:
|
754 |
history = gr.State([])
|
755 |
setting = gr.State({
|