Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ demo = gr.ChatInterface(
|
|
93 |
),
|
94 |
gr.Dropdown(['Meta-Llama-3-70B-Instruct-Q3_K_M.gguf', 'Llama-3-8B-Synthia-v3.5-f16.gguf'], value="Meta-Llama-3-70B-Instruct-Q3_K_M.gguf", label="Model"),
|
95 |
],
|
96 |
-
theme=gr.themes.Soft(primary_hue="
|
97 |
block_background_fill_dark="*neutral_950",
|
98 |
input_background_fill_dark="*neutral_900"
|
99 |
),
|
|
|
93 |
),
|
94 |
gr.Dropdown(['Meta-Llama-3-70B-Instruct-Q3_K_M.gguf', 'Llama-3-8B-Synthia-v3.5-f16.gguf'], value="Meta-Llama-3-70B-Instruct-Q3_K_M.gguf", label="Model"),
|
95 |
],
|
96 |
+
theme=gr.themes.Soft(primary_hue="violet", secondary_hue="indigo", neutral_hue="gray",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|
97 |
block_background_fill_dark="*neutral_950",
|
98 |
input_background_fill_dark="*neutral_900"
|
99 |
),
|