Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(css=css) as myface:
|
|
139 |
border-left-color: #000000 !important;
|
140 |
}
|
141 |
|
142 |
-
.
|
143 |
filter: brightness(130%);
|
144 |
}
|
145 |
|
|
|
139 |
border-left-color: #000000 !important;
|
140 |
}
|
141 |
|
142 |
+
.gr-button:hover {
|
143 |
filter: brightness(130%);
|
144 |
}
|
145 |
|