Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -152,17 +152,17 @@ class GradioInterface:
|
|
| 152 |
|
| 153 |
/* Specific size adjustments for each text element */
|
| 154 |
.title-container h1 {
|
| 155 |
-
font-size:
|
| 156 |
margin-bottom: 1px !important;
|
| 157 |
}
|
| 158 |
|
| 159 |
.title-container h3 {
|
| 160 |
-
font-size:
|
| 161 |
margin-bottom: 1px !important;
|
| 162 |
}
|
| 163 |
|
| 164 |
.title-container p {
|
| 165 |
-
font-size:
|
| 166 |
margin-bottom: 1px !important;
|
| 167 |
}
|
| 168 |
/* Fix radio button visibility */
|
|
|
|
| 152 |
|
| 153 |
/* Specific size adjustments for each text element */
|
| 154 |
.title-container h1 {
|
| 155 |
+
font-size: 28px !important;
|
| 156 |
margin-bottom: 1px !important;
|
| 157 |
}
|
| 158 |
|
| 159 |
.title-container h3 {
|
| 160 |
+
font-size: 18px !important;
|
| 161 |
margin-bottom: 1px !important;
|
| 162 |
}
|
| 163 |
|
| 164 |
.title-container p {
|
| 165 |
+
font-size: 14px !important;
|
| 166 |
margin-bottom: 1px !important;
|
| 167 |
}
|
| 168 |
/* Fix radio button visibility */
|