Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -138,15 +138,15 @@ class GradioInterface:
|
|
138 |
.title-container {
|
139 |
width: fit-content !important;
|
140 |
margin: 0 auto !important;
|
141 |
-
padding:
|
142 |
-
border: 1px solid
|
143 |
border-radius: 10px !important;
|
144 |
-
background-color: rgba(0,
|
145 |
}
|
146 |
|
147 |
.title-container * {
|
148 |
text-align: center;
|
149 |
-
margin:
|
150 |
}
|
151 |
/* Fix radio button visibility */
|
152 |
.gradio-radio {
|
|
|
138 |
.title-container {
|
139 |
width: fit-content !important;
|
140 |
margin: 0 auto !important;
|
141 |
+
padding: 10px 40px !important; /* Reduced vertical padding from 20px to 10px */
|
142 |
+
border: 1px solid #0066cc !important;
|
143 |
border-radius: 10px !important;
|
144 |
+
background-color: rgba(0, 102, 204, 0.25) !important; /* Darker blue with 25% opacity */
|
145 |
}
|
146 |
|
147 |
.title-container * {
|
148 |
text-align: center;
|
149 |
+
margin: 3px 0 !important; /* Reduced margin between text elements */
|
150 |
}
|
151 |
/* Fix radio button visibility */
|
152 |
.gradio-radio {
|