Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -53,6 +53,14 @@ div[data-testid="stVerticalBlock"] {
|
|
| 53 |
font-size: 1rem;
|
| 54 |
padding: 0.4rem 0.5rem;
|
| 55 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
</style>
|
| 57 |
""", unsafe_allow_html=True)
|
| 58 |
|
|
|
|
| 53 |
font-size: 1rem;
|
| 54 |
padding: 0.4rem 0.5rem;
|
| 55 |
}
|
| 56 |
+
|
| 57 |
+
/* section header */
|
| 58 |
+
.section-header {
|
| 59 |
+
font-size: 28px !important;
|
| 60 |
+
font-weight: 700 !important;
|
| 61 |
+
color: #333333 !important;
|
| 62 |
+
margin-top: 20px !important;
|
| 63 |
+
}
|
| 64 |
</style>
|
| 65 |
""", unsafe_allow_html=True)
|
| 66 |
|