Spaces:
Sleeping
Sleeping
Update scrape_3gpp.py
Browse files- 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 = '
|
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:
|