prithivMLmods commited on
Commit
eb7bd44
·
verified ·
1 Parent(s): ed961fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -108,6 +108,9 @@ footer {
108
  background-color: #e34949 !important;
109
  color: white !important;
110
  }
 
 
 
111
  '''
112
 
113
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
 
108
  background-color: #e34949 !important;
109
  color: white !important;
110
  }
111
+ .submit-btn:hover {
112
+ background-color: #ff3b3b !important;
113
+ }
114
  '''
115
 
116
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo: