prithivMLmods commited on
Commit
7495afd
·
verified ·
1 Parent(s): 2258c22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -369,11 +369,11 @@ css = '''
369
  h1{text-align:center}
370
 
371
  .submit-btn {
372
- background-color: #23ff00 !important;
373
  color: white !important;
374
  }
375
  .submit-btn:hover {
376
- background-color: #7dff69 !important;
377
  }
378
  '''
379
 
 
369
  h1{text-align:center}
370
 
371
  .submit-btn {
372
+ background-color: #f36a3a !important;
373
  color: white !important;
374
  }
375
  .submit-btn:hover {
376
+ background-color: #ff581e !important;
377
  }
378
  '''
379