datasciencedojo commited on
Commit
5f3a09d
·
1 Parent(s): ff924ad

submit button hover color updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ css = """
179
  top: 0px;
180
  padding: 0px;
181
  cursor: pointer !important;
182
- background: none rgb(37, 56, 133) !important;
183
  border: none !important;
184
  text-align: center !important;
185
  font-size: 14px !important;
 
179
  top: 0px;
180
  padding: 0px;
181
  cursor: pointer !important;
182
+ background: none rgb(66, 133, 244) !important;
183
  border: none !important;
184
  text-align: center !important;
185
  font-size: 14px !important;