Use dark theme by default
This commit is contained in:
parent
c2e0d46616
commit
28779cd959
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ reload_inputs = [] # Parameters for reloading the chat interface
|
|||
need_restart = False
|
||||
|
||||
settings = {
|
||||
'dark_theme': False,
|
||||
'dark_theme': True,
|
||||
'autoload_model': False,
|
||||
'max_new_tokens': 200,
|
||||
'max_new_tokens_min': 1,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
dark_theme: false
|
||||
dark_theme: True
|
||||
autoload_model: false
|
||||
max_new_tokens: 200
|
||||
max_new_tokens_min: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue