Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -291,17 +291,15 @@ with gr.Blocks(title="Backend-Focused LLaMA/Mistral CRUD Assistant", theme=gr.th
|
|
| 291 |
padding: 0 !important;
|
| 292 |
}
|
| 293 |
|
| 294 |
-
/* Pull the whole container closer to the top/left */
|
| 295 |
.gradio-container {
|
| 296 |
-
margin-top: -
|
| 297 |
padding-top: 0 !important;
|
| 298 |
-
padding-left: 0.3rem !important;
|
| 299 |
}
|
| 300 |
|
| 301 |
-
/* Ensure first block/title doesn’t add gap */
|
| 302 |
.main-title,
|
| 303 |
.gr-block:first-of-type {
|
| 304 |
-
margin-top: -
|
| 305 |
padding-top: 0 !important;
|
| 306 |
}
|
| 307 |
|
|
|
|
| 291 |
padding: 0 !important;
|
| 292 |
}
|
| 293 |
|
|
|
|
| 294 |
.gradio-container {
|
| 295 |
+
margin-top: -40px !important; /* was -10px, move up more */
|
| 296 |
padding-top: 0 !important;
|
| 297 |
+
padding-left: 0.3rem !important;
|
| 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 |
|