wifix199 commited on
Commit
f0ca96c
·
verified ·
1 Parent(s): adb8560

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  # Define Gradio theme with valid color shortcuts and custom fonts
4
- theme = gr.Themes(
5
  primary_hue="indigo",
6
  secondary_hue="emerald",
7
  neutral_hue="gray",
 
1
  import gradio as gr
2
 
3
  # Define Gradio theme with valid color shortcuts and custom fonts
4
+ theme = gr.themes.Soft(
5
  primary_hue="indigo",
6
  secondary_hue="emerald",
7
  neutral_hue="gray",