lei0lei commited on
Commit
b19c6c6
·
1 Parent(s): 2d71a78
Files changed (1) hide show
  1. interface.py +1 -1
interface.py CHANGED
@@ -15,7 +15,7 @@ title = """
15
  # Gradio application setup
16
  def create_demo():
17
  with gr.Blocks(css=css,
18
- theme = "Monochrome" # Change the theme here
19
  ) as demo:
20
 
21
  # Create a Gradio block
 
15
  # Gradio application setup
16
  def create_demo():
17
  with gr.Blocks(css=css,
18
+ theme = "Soft" # Change the theme here
19
  ) as demo:
20
 
21
  # Create a Gradio block