Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -210,7 +210,9 @@ def launch_bot():
|
|
| 210 |
}
|
| 211 |
|
| 212 |
.stButton>button:hover {
|
| 213 |
-
|
|
|
|
|
|
|
| 214 |
}
|
| 215 |
</style>
|
| 216 |
""", unsafe_allow_html=True)
|
|
|
|
| 210 |
}
|
| 211 |
|
| 212 |
.stButton>button:hover {
|
| 213 |
+
color: #ff7171;
|
| 214 |
+
border-color: #ff7171;
|
| 215 |
+
background-color: #ffffff;
|
| 216 |
}
|
| 217 |
</style>
|
| 218 |
""", unsafe_allow_html=True)
|