Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ theme = gr.themes.Soft(
|
|
51 |
secondary_hue="emerald",
|
52 |
radius_size="lg",
|
53 |
font=[gr.themes.GoogleFont("Inter"), "ui-sans-serif", "system-ui"]
|
54 |
-
).set(
|
55 |
button={"radius": "full"}) # only if supported by your gradio version
|
56 |
button_primary_background_fill="linear-gradient(90deg, #8B5CF6 0%, #EC4899 100%)",
|
57 |
button_primary_text_color="white",
|
|
|
51 |
secondary_hue="emerald",
|
52 |
radius_size="lg",
|
53 |
font=[gr.themes.GoogleFont("Inter"), "ui-sans-serif", "system-ui"]
|
54 |
+
).set(
|
55 |
button={"radius": "full"}) # only if supported by your gradio version
|
56 |
button_primary_background_fill="linear-gradient(90deg, #8B5CF6 0%, #EC4899 100%)",
|
57 |
button_primary_text_color="white",
|