Workpam commited on
Commit
843c61f
Β·
verified Β·
1 Parent(s): a30ca62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -553,12 +553,6 @@ with gr.Blocks(css=css) as demo:
553
  gr.Markdown("<h1>πŸ–ΌοΈ Image Processor</h1>")
554
 
555
  # ─────── DEFINE STATUS FIRST ───────
556
- status = gr.Textbox(
557
- label="πŸ“£ Status",
558
- lines=18,
559
- interactive=False,
560
- elem_id="status-box"
561
- )
562
 
563
  with gr.Row():
564
  # ─────── LEFT PANEL ───────
@@ -628,6 +622,12 @@ with gr.Blocks(css=css) as demo:
628
  # ─────── RIGHT PANEL ───────
629
  with gr.Column(scale=2, min_width=400):
630
  with gr.Group(elem_classes="panel"):
 
 
 
 
 
 
631
  zip_download_btn = gr.Button("πŸ“¦ Download ZIP")
632
  zip_file_hidden = gr.File(visible=False)
633
  with gr.Accordion("🧷 Individual Files", open=False):
 
553
  gr.Markdown("<h1>πŸ–ΌοΈ Image Processor</h1>")
554
 
555
  # ─────── DEFINE STATUS FIRST ───────
 
 
 
 
 
 
556
 
557
  with gr.Row():
558
  # ─────── LEFT PANEL ───────
 
622
  # ─────── RIGHT PANEL ───────
623
  with gr.Column(scale=2, min_width=400):
624
  with gr.Group(elem_classes="panel"):
625
+ status = gr.Textbox(
626
+ label="πŸ“£ Status",
627
+ lines=18,
628
+ interactive=False,
629
+ elem_id="status-box"
630
+ )
631
  zip_download_btn = gr.Button("πŸ“¦ Download ZIP")
632
  zip_file_hidden = gr.File(visible=False)
633
  with gr.Accordion("🧷 Individual Files", open=False):