Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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(
|