jsscclr commited on
Commit
37dd557
·
verified ·
1 Parent(s): a99e208

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks( # noqa: SIM117
104
  )
105
  base_theme_dropdown = gr.Dropdown(
106
  [theme.__name__ for theme in themes],
107
- value="Base",
108
  show_label=False,
109
  label="Theme",
110
  )
 
104
  )
105
  base_theme_dropdown = gr.Dropdown(
106
  [theme.__name__ for theme in themes],
107
+ value="CanvaTheme",
108
  show_label=False,
109
  label="Theme",
110
  )