DarwinAnim8or commited on
Commit
fcb5ec6
·
verified ·
1 Parent(s): aa651cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -25,9 +25,9 @@ def classify_text(text):
25
  return results
26
 
27
  # Create Gradio interface
28
- custom_theme = gr.themes.Soft().set(
29
- primary_hue="green",
30
- secondary_hue="emerald",
31
  )
32
 
33
  demo = gr.Interface(
 
25
  return results
26
 
27
  # Create Gradio interface
28
+ custom_theme = gr.themes.Soft(
29
+ primary_hue=gr.themes.colors.green,
30
+ secondary_hue=gr.themes.colors.emerald,
31
  )
32
 
33
  demo = gr.Interface(