Update app.py
Browse files
app.py
CHANGED
@@ -307,7 +307,7 @@ st.markdown("""
|
|
307 |
background: #3b82f6 !important;
|
308 |
color: white !important;
|
309 |
border: none !important;
|
310 |
-
border-radius:
|
311 |
padding: 0.5rem 1rem !important;
|
312 |
font-weight: 600 !important;
|
313 |
transition: background-color 0.2s ease !important;
|
|
|
307 |
background: #3b82f6 !important;
|
308 |
color: white !important;
|
309 |
border: none !important;
|
310 |
+
border-radius: 12px !important;
|
311 |
padding: 0.5rem 1rem !important;
|
312 |
font-weight: 600 !important;
|
313 |
transition: background-color 0.2s ease !important;
|