datasciencedojo commited on
Commit
0240e78
·
1 Parent(s): 625bc96

submit button hover color updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ img.gr-sample-image:hover, video.gr-sample-video:hover {
98
  top: 0px;
99
  padding: 0px;
100
  cursor: pointer !important;
101
- background: none rgb(37, 56, 133) !important;
102
  border: none !important;
103
  text-align: center !important;
104
  font-size: 14px !important;
 
98
  top: 0px;
99
  padding: 0px;
100
  cursor: pointer !important;
101
+ background: none rgb(66, 133, 244) !important;
102
  border: none !important;
103
  text-align: center !important;
104
  font-size: 14px !important;