Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,8 @@ demo = gr.ChatInterface(
|
|
83 |
],
|
84 |
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(
|
85 |
block_background_fill_dark="*neutral_950",
|
86 |
-
input_background_fill_dark="*neutral_950"
|
|
|
87 |
)
|
88 |
)
|
89 |
|
|
|
83 |
],
|
84 |
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(
|
85 |
block_background_fill_dark="*neutral_950",
|
86 |
+
input_background_fill_dark="*neutral_950",
|
87 |
+
message_border_radius="*radius_md"
|
88 |
)
|
89 |
)
|
90 |
|