Andrei Shadrikov
commited on
Commit
·
23b7c2e
1
Parent(s):
e5c702c
themes
Browse files
app.py
CHANGED
|
@@ -19,8 +19,8 @@ p = pipeline(
|
|
| 19 |
|
| 20 |
custom_css = """
|
| 21 |
<style>
|
| 22 |
-
button.
|
| 23 |
-
background-color: #
|
| 24 |
}
|
| 25 |
</style>
|
| 26 |
"""
|
|
|
|
| 19 |
|
| 20 |
custom_css = """
|
| 21 |
<style>
|
| 22 |
+
button.primary {
|
| 23 |
+
background-color: #2AD6B5 !important;
|
| 24 |
}
|
| 25 |
</style>
|
| 26 |
"""
|