Update app.py
Browse files
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(
|
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 |
"""
|