MaksG commited on
Commit
669882c
1 Parent(s): 712d149

Update scrape_3gpp.py

Browse files
Files changed (1) hide show
  1. scrape_3gpp.py +1 -1
scrape_3gpp.py CHANGED
@@ -26,7 +26,7 @@ def scrape(url, excel_file, folder_name, status_list, progress=gr.Progress()):
26
  filenames = []
27
  status_filenames = []
28
  # Check if the excel_file argument is provided and if the file exists.
29
- excel_file_path = '/content/guide_status.xlsx' # Hardcoded path to the Excel file
30
 
31
  if os.path.exists(excel_file_path):
32
  try:
 
26
  filenames = []
27
  status_filenames = []
28
  # Check if the excel_file argument is provided and if the file exists.
29
+ excel_file_path = 'guide_status.xlsx' # Hardcoded path to the Excel file
30
 
31
  if os.path.exists(excel_file_path):
32
  try: