Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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()
|