Spaces:
Runtime error
Runtime error
vericudebuget
commited on
Commit
•
56d0c78
1
Parent(s):
1b0bebe
Update app.py
Browse files
app.py
CHANGED
@@ -48,4 +48,5 @@ gr.ChatInterface(
|
|
48 |
additional_inputs=additional_inputs,
|
49 |
title="Mixtral 46.7B",
|
50 |
concurrency_limit=20,
|
51 |
-
|
|
|
|
48 |
additional_inputs=additional_inputs,
|
49 |
title="Mixtral 46.7B",
|
50 |
concurrency_limit=20,
|
51 |
+
theme="theme.css" # Add this line to use theme.css
|
52 |
+
).launch(show_api=False,)
|