ManishThota commited on
Commit
ab3a45b
·
verified ·
1 Parent(s): ce45613

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,8 +107,8 @@ my_red_color = (255, 0, 0) # Example for pure red
107
 
108
  custom_theme = gr.themes.Soft(
109
  # Set the primary hue of the Soft theme to your red color
110
- primary_hue=my_red_color,
111
- )
112
 
113
  # Launch the interface
114
  interface = gr.Interface(
 
107
 
108
  custom_theme = gr.themes.Soft(
109
  # Set the primary hue of the Soft theme to your red color
110
+ primary_hue=red,
111
+ secondary_hue=red)
112
 
113
  # Launch the interface
114
  interface = gr.Interface(