vericudebuget commited on
Commit
56d0c78
1 Parent(s): 1b0bebe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -48,4 +48,5 @@ gr.ChatInterface(
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
 
 
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,)