Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ class GradioInterface:
|
|
138 |
.title-container {
|
139 |
width: fit-content !important;
|
140 |
margin: 0 auto !important;
|
141 |
-
padding:
|
142 |
border: 1px solid #0066cc !important;
|
143 |
border-radius: 10px !important;
|
144 |
background-color: rgba(0, 102, 204, 0.05) !important;
|
|
|
138 |
.title-container {
|
139 |
width: fit-content !important;
|
140 |
margin: 0 auto !important;
|
141 |
+
padding: 2px 40px !important; /* Reduced vertical padding to 3px */
|
142 |
border: 1px solid #0066cc !important;
|
143 |
border-radius: 10px !important;
|
144 |
background-color: rgba(0, 102, 204, 0.05) !important;
|