Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,9 @@ class GradioInterface:
|
|
135 |
font-weight: bold;
|
136 |
font-size: 1.2em;
|
137 |
}
|
138 |
-
|
|
|
|
|
139 |
/* Fix radio button visibility */
|
140 |
.gradio-radio {
|
141 |
display: flex !important;
|
|
|
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 {
|
143 |
display: flex !important;
|