Update app.py
Browse files
app.py
CHANGED
|
@@ -92,8 +92,7 @@ demo = gr.ChatInterface(
|
|
| 92 |
],
|
| 93 |
theme=gr.themes.Soft(primary_hue="green", secondary_hue="indigo", neutral_hue="zinc",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|
| 94 |
block_background_fill_dark="*neutral_950",
|
| 95 |
-
input_background_fill_dark="*neutral_950"
|
| 96 |
-
message_border_radius="*radius_md"
|
| 97 |
)
|
| 98 |
)
|
| 99 |
|
|
|
|
| 92 |
],
|
| 93 |
theme=gr.themes.Soft(primary_hue="green", secondary_hue="indigo", neutral_hue="zinc",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|
| 94 |
block_background_fill_dark="*neutral_950",
|
| 95 |
+
input_background_fill_dark="*neutral_950"
|
|
|
|
| 96 |
)
|
| 97 |
)
|
| 98 |
|