prithivMLmods commited on
Commit
845f3a8
·
verified ·
1 Parent(s): 6e9ebe1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -320,11 +320,11 @@ css = """
320
  font-size: 2.1em !important;
321
  }
322
  .submit-btn {
323
- background-color: #00FA9A !important;
324
  color: white !important;
325
  }
326
  .submit-btn:hover {
327
- background-color: #98FB98 !important;
328
  }
329
  """
330
 
 
320
  font-size: 2.1em !important;
321
  }
322
  .submit-btn {
323
+ background-color: #2980b9 !important;
324
  color: white !important;
325
  }
326
  .submit-btn:hover {
327
+ background-color: #3498db !important;
328
  }
329
  """
330