Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,10 +106,10 @@ def respond(message, history):
|
|
| 106 |
theme = gr.themes.Soft().set(
|
| 107 |
body_background_fill="#2e327d",
|
| 108 |
body_text_color="#00ff88",
|
| 109 |
-
block_background_fill="#
|
| 110 |
block_border_color="#00ff88",
|
| 111 |
-
button_primary_background_fill="#
|
| 112 |
-
button_primary_text_color="#
|
| 113 |
)
|
| 114 |
|
| 115 |
with gr.Blocks(theme=theme) as demo:
|
|
|
|
| 106 |
theme = gr.themes.Soft().set(
|
| 107 |
body_background_fill="#2e327d",
|
| 108 |
body_text_color="#00ff88",
|
| 109 |
+
block_background_fill="#20235c",
|
| 110 |
block_border_color="#00ff88",
|
| 111 |
+
button_primary_background_fill="#FFD700",
|
| 112 |
+
button_primary_text_color="#dae9f7"
|
| 113 |
)
|
| 114 |
|
| 115 |
with gr.Blocks(theme=theme) as demo:
|