Muh113 commited on
Commit
c60280d
·
verified ·
1 Parent(s): 13884b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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)