Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ LOGGING_CONFIG = {
|
|
32 |
'load_and_process_csvs': True,
|
33 |
'process_query': True
|
34 |
}
|
35 |
-
|
36 |
def download_file_with_progress(url: str, filename: str):
|
37 |
"""Download a file with progress bar using requests"""
|
38 |
response = requests.get(url, stream=True)
|
|
|
32 |
'load_and_process_csvs': True,
|
33 |
'process_query': True
|
34 |
}
|
35 |
+
|
36 |
def download_file_with_progress(url: str, filename: str):
|
37 |
"""Download a file with progress bar using requests"""
|
38 |
response = requests.get(url, stream=True)
|