acecalisto3 commited on
Commit
0115f27
·
verified ·
1 Parent(s): 27c93e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1056,7 +1056,7 @@ def create_interface() -> gr.Blocks():
1056
 
1057
  # Progress Indicator
1058
  with gr.Row():
1059
- progress = gr.Progress(label="Scraping Progress")
1060
 
1061
  # Connect buttons to their respective functions
1062
  start_button.click(
 
1056
 
1057
  # Progress Indicator
1058
  with gr.Row():
1059
+ progress = gr.Progress()
1060
 
1061
  # Connect buttons to their respective functions
1062
  start_button.click(