Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,8 @@ demo = gr.ChatInterface(
|
|
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 |
|
99 |
if __name__ == "__main__":
|
|
|
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 |
+
css=css
|
98 |
)
|
99 |
|
100 |
if __name__ == "__main__":
|