atascioglu commited on
Commit
19c2cc4
·
verified ·
1 Parent(s): 6420db6

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. style.css +2 -2
app.py CHANGED
@@ -607,8 +607,8 @@ with gr.Blocks(title="AIBDM 2026 Workshop App") as demo:
607
 
608
  run_log = gr.Textbox(
609
  label="Execution Log",
610
- lines=12,
611
- max_lines=20,
612
  interactive=False,
613
  )
614
 
 
607
 
608
  run_log = gr.Textbox(
609
  label="Execution Log",
610
+ lines=18,
611
+ max_lines=30,
612
  interactive=False,
613
  )
614
 
style.css CHANGED
@@ -41,7 +41,7 @@ body::after {
41
  background-repeat: no-repeat !important;
42
  background-position: bottom center !important;
43
  pointer-events: none !important;
44
- z-index: 9999 !important;
45
  }
46
 
47
  /* --- Main container --- */
@@ -50,7 +50,7 @@ body::after {
50
  width: 94vw !important;
51
  margin: 0 auto !important;
52
  padding-top: 220px !important;
53
- padding-bottom: 400px !important;
54
  background: transparent !important;
55
  }
56
 
 
41
  background-repeat: no-repeat !important;
42
  background-position: bottom center !important;
43
  pointer-events: none !important;
44
+ z-index: -1 !important;
45
  }
46
 
47
  /* --- Main container --- */
 
50
  width: 94vw !important;
51
  margin: 0 auto !important;
52
  padding-top: 220px !important;
53
+ padding-bottom: 150px !important;
54
  background: transparent !important;
55
  }
56