Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|