arubaDev commited on
Commit
aa4f58b
·
verified ·
1 Parent(s): d25c87d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
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: -10px !important; /* use negative to remove gap */
297
  padding-top: 0 !important;
298
- padding-left: 0.3rem !important; /* keep slight left padding */
299
  }
300
 
301
- /* Ensure first block/title doesn’t add gap */
302
  .main-title,
303
  .gr-block:first-of-type {
304
- margin-top: -5px !important; /* adjust as needed */
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