Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,8 +34,7 @@ professional_theme = gr.themes.Soft(
|
|
| 34 |
button_secondary_background_fill_hover="rgba(0, 0, 0, 0.05)",
|
| 35 |
button_secondary_text_color="#6c757d",
|
| 36 |
button_secondary_text_color_hover="#005f73",
|
| 37 |
-
button_secondary_radius
|
| 38 |
-
# ✨ CORRECTED: Removed invalid 'border' arguments for secondary buttons
|
| 39 |
|
| 40 |
# === Primary Button Styling (also applies to selected tabs) ===
|
| 41 |
button_primary_background_fill="#005f73",
|
|
|
|
| 34 |
button_secondary_background_fill_hover="rgba(0, 0, 0, 0.05)",
|
| 35 |
button_secondary_text_color="#6c757d",
|
| 36 |
button_secondary_text_color_hover="#005f73",
|
| 37 |
+
# ✨ CORRECTED: Removed invalid 'button_secondary_radius' argument
|
|
|
|
| 38 |
|
| 39 |
# === Primary Button Styling (also applies to selected tabs) ===
|
| 40 |
button_primary_background_fill="#005f73",
|