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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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.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
 
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 ========== */