Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -293,14 +293,17 @@ with gr.Blocks(title="Backend-Focused LLaMA/Mistral CRUD Assistant", theme=gr.th
|
|
| 293 |
|
| 294 |
.gradio-container {
|
| 295 |
margin-top: -40px !important; /* was -10px, move up more */
|
|
|
|
| 296 |
padding-top: 0 !important;
|
| 297 |
-
padding-left: 0
|
| 298 |
}
|
| 299 |
|
| 300 |
.main-title,
|
| 301 |
.gr-block:first-of-type {
|
| 302 |
margin-top: -10px !important; /* was -5px, pull up further */
|
|
|
|
| 303 |
padding-top: 0 !important;
|
|
|
|
| 304 |
}
|
| 305 |
|
| 306 |
/* ========== Compact sliders: reduce vertical height and spacing ========== */
|
|
|
|
| 293 |
|
| 294 |
.gradio-container {
|
| 295 |
margin-top: -40px !important; /* was -10px, move up more */
|
| 296 |
+
margin-left: -40px !important;
|
| 297 |
padding-top: 0 !important;
|
| 298 |
+
padding-left: 0 !important;
|
| 299 |
}
|
| 300 |
|
| 301 |
.main-title,
|
| 302 |
.gr-block:first-of-type {
|
| 303 |
margin-top: -10px !important; /* was -5px, pull up further */
|
| 304 |
+
margin-left: -10 !important;
|
| 305 |
padding-top: 0 !important;
|
| 306 |
+
padding-left: 0 !important;
|
| 307 |
}
|
| 308 |
|
| 309 |
/* ========== Compact sliders: reduce vertical height and spacing ========== */
|