Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ def add_custom_css():
|
|
| 8 |
<style>
|
| 9 |
body {
|
| 10 |
background-color: #f7f9fc;
|
| 11 |
-
color:
|
| 12 |
font-family: 'Arial', sans-serif;
|
| 13 |
}
|
| 14 |
.main > div {
|
|
|
|
| 8 |
<style>
|
| 9 |
body {
|
| 10 |
background-color: #f7f9fc;
|
| 11 |
+
color: white;
|
| 12 |
font-family: 'Arial', sans-serif;
|
| 13 |
}
|
| 14 |
.main > div {
|