Spaces:
Sleeping
Sleeping
Update progress Markdown visibility
Browse files
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.
|
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
|