nishantgaurav23 commited on
Commit
b86ddb5
·
verified ·
1 Parent(s): ed3c7e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)