RKocielnik commited on
Commit
6eb617b
·
verified ·
1 Parent(s): 97c3fc6

Update progress Markdown visibility

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -402,7 +402,7 @@ def retrieveSentences(gr1, gr2, att1, att2, progress=gr.Progress()):
402
  tested_model_row_update, #Tested Model Row
403
  #tested_model_dropdown_update, # Tested Model Dropdown
404
  info_msg_update, # sentences retrieved info update
405
- gr.update(visible=prog_vis), # progress bar top
406
  gr.update(variant=variants[0], interactive=inter[0]), # breadcrumb btn1
407
  gr.update(variant=variants[1], interactive=inter[1]), # breadcrumb btn2
408
  gr.update(variant=variants[2], interactive=inter[2]), # breadcrumb btn3
 
402
  tested_model_row_update, #Tested Model Row
403
  #tested_model_dropdown_update, # Tested Model Dropdown
404
  info_msg_update, # sentences retrieved info update
405
+ gr.Markdown(visible=prog_vis), # progress bar top
406
  gr.update(variant=variants[0], interactive=inter[0]), # breadcrumb btn1
407
  gr.update(variant=variants[1], interactive=inter[1]), # breadcrumb btn2
408
  gr.update(variant=variants[2], interactive=inter[2]), # breadcrumb btn3