Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ st.markdown("""
|
|
| 8 |
}
|
| 9 |
/* Style for main title */
|
| 10 |
h1 {
|
| 11 |
-
color: #
|
| 12 |
font-family: 'Roboto', sans-serif;
|
| 13 |
font-weight: 700;
|
| 14 |
text-align: center;
|
|
@@ -24,7 +24,7 @@ st.markdown("""
|
|
| 24 |
|
| 25 |
/* Style for subheaders */
|
| 26 |
h3 {
|
| 27 |
-
color: #
|
| 28 |
font-family: 'Roboto', sans-serif;
|
| 29 |
font-weight: 500;
|
| 30 |
margin-top: 20px;
|
|
|
|
| 8 |
}
|
| 9 |
/* Style for main title */
|
| 10 |
h1 {
|
| 11 |
+
color: #00FFFF;
|
| 12 |
font-family: 'Roboto', sans-serif;
|
| 13 |
font-weight: 700;
|
| 14 |
text-align: center;
|
|
|
|
| 24 |
|
| 25 |
/* Style for subheaders */
|
| 26 |
h3 {
|
| 27 |
+
color: #FFFACD;
|
| 28 |
font-family: 'Roboto', sans-serif;
|
| 29 |
font-weight: 500;
|
| 30 |
margin-top: 20px;
|