Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,8 +135,18 @@ class GradioInterface:
|
|
| 135 |
font-weight: bold;
|
| 136 |
font-size: 1.2em;
|
| 137 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 138 |
.title-container * {
|
| 139 |
text-align: center;
|
|
|
|
| 140 |
}
|
| 141 |
/* Fix radio button visibility */
|
| 142 |
.gradio-radio {
|
|
|
|
| 135 |
font-weight: bold;
|
| 136 |
font-size: 1.2em;
|
| 137 |
}
|
| 138 |
+
.title-container {
|
| 139 |
+
width: fit-content !important;
|
| 140 |
+
margin: 0 auto !important;
|
| 141 |
+
padding: 20px 40px !important;
|
| 142 |
+
border: 1px solid blue !important;
|
| 143 |
+
border-radius: 10px !important;
|
| 144 |
+
background-color: rgba(0, 0, 255, 0.25) !important;
|
| 145 |
+
}
|
| 146 |
+
|
| 147 |
.title-container * {
|
| 148 |
text-align: center;
|
| 149 |
+
margin: 5px 0;
|
| 150 |
}
|
| 151 |
/* Fix radio button visibility */
|
| 152 |
.gradio-radio {
|