jsscclr commited on
Commit
a845cb4
·
verified ·
1 Parent(s): 098c0fa

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -85,7 +85,7 @@ css = """
85
  """
86
 
87
  with gr.Blocks( # noqa: SIM117
88
- theme=gr.themes.Base(),
89
  css=css,
90
  title="Gradio Theme Builder",
91
  head="<style id='theme_css'></style>",
 
85
  """
86
 
87
  with gr.Blocks( # noqa: SIM117
88
+ theme=CanvaTheme(),
89
  css=css,
90
  title="Gradio Theme Builder",
91
  head="<style id='theme_css'></style>",