Use dark theme by default

This commit is contained in:
oobabooga 2023-07-25 20:11:57 -07:00
parent c2e0d46616
commit 28779cd959
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -1,4 +1,4 @@
dark_theme: false
dark_theme: True
autoload_model: false
max_new_tokens: 200
max_new_tokens_min: 1