prithivMLmods commited on
Commit
0e1e1ef
·
verified ·
1 Parent(s): 282be44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -369,7 +369,8 @@ css = '''
369
  h1{text-align:center}
370
 
371
  .submit-btn {
372
- background-color: #f36a3a !important;
 
373
  color: white !important;
374
  }
375
  .submit-btn:hover {
 
369
  h1{text-align:center}
370
 
371
  .submit-btn {
372
+ background: linear-gradient(90deg, #4B79A1 0%, #283E51 100%) !important;
373
+ border: none !important;
374
  color: white !important;
375
  }
376
  .submit-btn:hover {