Spaces:
Sleeping
Sleeping
Update scrape_3gpp.py
Browse files- scrape_3gpp.py +1 -1
scrape_3gpp.py
CHANGED
@@ -283,7 +283,7 @@ def extractionPrincipale(url, excel_file=None, status_list=None, progress=gr.Pro
|
|
283 |
df = pd.read_excel(temp_excel)
|
284 |
except Exception as e:
|
285 |
print(f"Initializing a new DataFrame because: {e}")
|
286 |
-
df = pd.DataFrame(columns=["URL", "File", "Type", "Title", "Source", "
|
287 |
|
288 |
for folder in os.listdir(extract_directory):
|
289 |
folder_path = os.path.join(extract_directory, folder)
|
|
|
283 |
df = pd.read_excel(temp_excel)
|
284 |
except Exception as e:
|
285 |
print(f"Initializing a new DataFrame because: {e}")
|
286 |
+
df = pd.DataFrame(columns=["URL", "File", "Type", "Title", "Source", "Related WIs","Status", "Content"])
|
287 |
|
288 |
for folder in os.listdir(extract_directory):
|
289 |
folder_path = os.path.join(extract_directory, folder)
|