Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,11 +24,11 @@ st.markdown("""
|
|
24 |
font-family: Arial, sans-serif;
|
25 |
}
|
26 |
.stButton>button {
|
27 |
-
background-color: #4CAF50;
|
28 |
-
color: white;
|
29 |
-
font-size: 18px;
|
30 |
-
padding: 10px 20px;
|
31 |
-
border-radius: 8px;
|
32 |
}
|
33 |
</style>
|
34 |
""", unsafe_allow_html=True)
|
|
|
24 |
font-family: Arial, sans-serif;
|
25 |
}
|
26 |
.stButton>button {
|
27 |
+
background-color: #4CAF50 !important;
|
28 |
+
color: white !important;
|
29 |
+
font-size: 18px !important;
|
30 |
+
padding: 10px 20px !important;
|
31 |
+
border-radius: 8px !important;
|
32 |
}
|
33 |
</style>
|
34 |
""", unsafe_allow_html=True)
|