davda54 commited on
Commit
3f49b43
·
verified ·
1 Parent(s): e580bc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -490,10 +490,6 @@ with gr.Blocks(title="Dataset Annotation Tool", theme=gr.themes.Soft(), css=cust
490
  progress_label,
491
  status_message
492
  ]
493
- ).then(
494
- lambda: gr.update(visible=False),
495
- outputs=[status_message],
496
- _js="() => setTimeout(() => true, 2000)"
497
  )
498
 
499
  btn_b.click(
@@ -506,10 +502,6 @@ with gr.Blocks(title="Dataset Annotation Tool", theme=gr.themes.Soft(), css=cust
506
  progress_label,
507
  status_message
508
  ]
509
- ).then(
510
- lambda: gr.update(visible=False),
511
- outputs=[status_message],
512
- _js="() => setTimeout(() => true, 2000)"
513
  )
514
 
515
  btn_equal.click(
@@ -522,10 +514,6 @@ with gr.Blocks(title="Dataset Annotation Tool", theme=gr.themes.Soft(), css=cust
522
  progress_label,
523
  status_message
524
  ]
525
- ).then(
526
- lambda: gr.update(visible=False),
527
- outputs=[status_message],
528
- _js="() => setTimeout(() => true, 2000)"
529
  )
530
 
531
  logout_btn.click(
 
490
  progress_label,
491
  status_message
492
  ]
 
 
 
 
493
  )
494
 
495
  btn_b.click(
 
502
  progress_label,
503
  status_message
504
  ]
 
 
 
 
505
  )
506
 
507
  btn_equal.click(
 
514
  progress_label,
515
  status_message
516
  ]
 
 
 
 
517
  )
518
 
519
  logout_btn.click(