Spaces:
Runtime error
Runtime error
vericudebuget
commited on
Commit
•
1b0bebe
1
Parent(s):
e8cacb6
Update app.py
Browse files
app.py
CHANGED
@@ -48,4 +48,4 @@ gr.ChatInterface(
|
|
48 |
additional_inputs=additional_inputs,
|
49 |
title="Mixtral 46.7B",
|
50 |
concurrency_limit=20,
|
51 |
-
).launch(show_api=False)
|
|
|
48 |
additional_inputs=additional_inputs,
|
49 |
title="Mixtral 46.7B",
|
50 |
concurrency_limit=20,
|
51 |
+
).launch(show_api=False, theme='dark') # Add 'theme' parameter here
|