Spaces:
Running
on
Zero
Running
on
Zero
Update app.py (#6)
Browse files- Update app.py (776e2d9dcc8eb586cc310c52f9bae3c3848f0749)
Co-authored-by: Pablo Carrera <[email protected]>
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",
|