Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,6 +23,12 @@ st.markdown("""
|
|
| 23 |
}
|
| 24 |
|
| 25 |
/* Style for subheaders */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
.custom-subheader {
|
| 27 |
color: #00FFFF;
|
| 28 |
font-family: 'Roboto', sans-serif;
|
|
|
|
| 23 |
}
|
| 24 |
|
| 25 |
/* Style for subheaders */
|
| 26 |
+
h3 {
|
| 27 |
+
color: #6c757d;
|
| 28 |
+
font-family: 'Roboto', sans-serif;
|
| 29 |
+
font-weight: 500;
|
| 30 |
+
margin-top: 20px;
|
| 31 |
+
}
|
| 32 |
.custom-subheader {
|
| 33 |
color: #00FFFF;
|
| 34 |
font-family: 'Roboto', sans-serif;
|