Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -459,7 +459,8 @@ class VideoClassifier:
|
|
| 459 |
|
| 460 |
/* Style for the second button */
|
| 461 |
button:nth-child(2) {
|
| 462 |
-
background-color: #927fc7;
|
|
|
|
| 463 |
}
|
| 464 |
"""
|
| 465 |
|
|
|
|
| 459 |
|
| 460 |
/* Style for the second button */
|
| 461 |
button:nth-child(2) {
|
| 462 |
+
background-color: #927fc7;
|
| 463 |
+
color: black;
|
| 464 |
}
|
| 465 |
"""
|
| 466 |
|