Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ css = """
|
|
22 |
background: #1e1c26 !important;
|
23 |
}
|
24 |
.assistant, .pending {
|
25 |
-
background: #
|
26 |
}
|
27 |
"""
|
28 |
|
@@ -96,14 +96,14 @@ demo = gr.ChatInterface(
|
|
96 |
),
|
97 |
gr.Dropdown(['dolphin-2.9.1-yi-1.5-34b-Q6_K.gguf', 'dolphin-2.9.1-yi-1.5-9b-f32.gguf'], value="dolphin-2.9.1-yi-1.5-34b-Q6_K.gguf", label="Model"),
|
98 |
],
|
99 |
-
theme=gr.themes.Soft(primary_hue="
|
100 |
-
body_background_fill_dark="#
|
101 |
-
block_background_fill_dark="#
|
102 |
block_title_background_fill_dark="#1e1c26",
|
103 |
input_background_fill_dark="#292733",
|
104 |
button_secondary_background_fill_dark="#24212b",
|
105 |
border_color_primary_dark="#343140",
|
106 |
-
background_fill_secondary_dark="#
|
107 |
),
|
108 |
css=css,
|
109 |
retry_btn="Retry",
|
|
|
22 |
background: #1e1c26 !important;
|
23 |
}
|
24 |
.assistant, .pending {
|
25 |
+
background: #0f172a !important;
|
26 |
}
|
27 |
"""
|
28 |
|
|
|
96 |
),
|
97 |
gr.Dropdown(['dolphin-2.9.1-yi-1.5-34b-Q6_K.gguf', 'dolphin-2.9.1-yi-1.5-9b-f32.gguf'], value="dolphin-2.9.1-yi-1.5-34b-Q6_K.gguf", label="Model"),
|
98 |
],
|
99 |
+
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(
|
100 |
+
body_background_fill_dark="#0f172a",
|
101 |
+
block_background_fill_dark="#0f172a",
|
102 |
block_title_background_fill_dark="#1e1c26",
|
103 |
input_background_fill_dark="#292733",
|
104 |
button_secondary_background_fill_dark="#24212b",
|
105 |
border_color_primary_dark="#343140",
|
106 |
+
background_fill_secondary_dark="#0f172a"
|
107 |
),
|
108 |
css=css,
|
109 |
retry_btn="Retry",
|