Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -127,6 +127,7 @@ demo = gr.ChatInterface(
|
|
127 |
theme=gr.themes.Soft(primary_hue="indigo", secondary_hue="blue", neutral_hue="gray",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|
128 |
body_background_fill_dark="#0f172a",
|
129 |
block_background_fill_dark="#0f172a",
|
|
|
130 |
block_title_background_fill_dark="#070d1b",
|
131 |
input_background_fill_dark="#0c1425",
|
132 |
button_secondary_background_fill_dark="#070d1b",
|
|
|
127 |
theme=gr.themes.Soft(primary_hue="indigo", secondary_hue="blue", neutral_hue="gray",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|
128 |
body_background_fill_dark="#0f172a",
|
129 |
block_background_fill_dark="#0f172a",
|
130 |
+
block_border_width="1px",
|
131 |
block_title_background_fill_dark="#070d1b",
|
132 |
input_background_fill_dark="#0c1425",
|
133 |
button_secondary_background_fill_dark="#070d1b",
|