Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ gr.ChatInterface(
|
|
104 |
gr.Slider(0, 1, 0.95, label="Top P sampling"),
|
105 |
],
|
106 |
theme=gr.themes.Soft(primary_hue=COLOR).set(
|
107 |
-
|
108 |
background_fill_secondary_dark="#020417",
|
109 |
body_background_fill_dark="#020417",
|
110 |
block_background_fill_dark="#020417",
|
|
|
104 |
gr.Slider(0, 1, 0.95, label="Top P sampling"),
|
105 |
],
|
106 |
theme=gr.themes.Soft(primary_hue=COLOR).set(
|
107 |
+
background_fill_primary_dark="#020417",
|
108 |
background_fill_secondary_dark="#020417",
|
109 |
body_background_fill_dark="#020417",
|
110 |
block_background_fill_dark="#020417",
|