awacke1 commited on
Commit
9fa2ea2
·
verified ·
1 Parent(s): 5168b60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def create_treemap_figure(df):
101
  )
102
  return fig
103
 
104
- async def scan_directory(directory, stop_flag_state, progress=gr.Progress(track_ τότε=True)):
105
  """
106
  Asynchronously scans a directory, yielding updates to the UI.
107
  """
 
101
  )
102
  return fig
103
 
104
+ async def scan_directory(directory, stop_flag_state, progress=gr.Progress(track_tqdm=True)):
105
  """
106
  Asynchronously scans a directory, yielding updates to the UI.
107
  """