Fix string I missed in merge

This commit is contained in:
Cyberes 2022-11-13 16:24:11 -07:00 committed by GitHub
parent 84ac63def2
commit 2ac5376608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
"\n",
"search_paperspace_datasets = True # Enable searching for checkpoints in /datasets to link to the webui\n",
"\n",
"ui_theme = 'None' # Set the WEB UI theme. Values can be 'None' (default) or 'dark'.\n",
"ui_theme = None # Set the WEB UI theme. Values can be None (default) or 'dark'.\n",
"\n",
"# ===============================================================\n",
"# Save variables to Jupiter's temp storage so we can access it even if the kernel restarts.\n",