cwadayi commited on
Commit
1dffa77
·
verified ·
1 Parent(s): 3970a71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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="8px",
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",