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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,7 +40,7 @@ professional_theme = gr.themes.Soft(
40
  button_primary_background_fill="#005f73",
41
  button_primary_background_fill_hover="#0a9396",
42
  button_primary_text_color="white",
43
- button_primary_radius="8px",
44
 
45
  # === Input Textbox Styling ===
46
  input_background_fill="white",
@@ -69,4 +69,4 @@ demo = create_ui(visit_count_html, theme=professional_theme)
69
 
70
  # --- Launch the application ---
71
  if __name__ == "__main__":
72
- demo.launch()
 
40
  button_primary_background_fill="#005f73",
41
  button_primary_background_fill_hover="#0a9396",
42
  button_primary_text_color="white",
43
+ # ❌ Removed unsupported: button_primary_radius
44
 
45
  # === Input Textbox Styling ===
46
  input_background_fill="white",
 
69
 
70
  # --- Launch the application ---
71
  if __name__ == "__main__":
72
+ demo.launch()