vericudebuget commited on
Commit
131d00b
·
verified ·
1 Parent(s): 7edfb69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def get_theme(theme_name):
42
  "Monochrome": gr.themes.Monochrome(),
43
  "Soft": gr.themes.Soft()
44
  }
45
- return theme_mapping.get(theme_name, gr.themes.Glass())
46
 
47
  additional_inputs = [
48
  gr.Textbox(label="System Prompt", max_lines=1, interactive=True),
 
42
  "Monochrome": gr.themes.Monochrome(),
43
  "Soft": gr.themes.Soft()
44
  }
45
+ return theme_mapping.get(theme_name, gr.themes.Soft())
46
 
47
  additional_inputs = [
48
  gr.Textbox(label="System Prompt", max_lines=1, interactive=True),