Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1235,7 +1235,7 @@ def handle_large_dataset(df, create_document,isDataFrame):
|
|
1235 |
# Create a PDF for each row
|
1236 |
create_pdf(row['COMPANY'], row['EMPLOYEE NAME'], row['ACCOUNT NUMBER'])
|
1237 |
create_document = False
|
1238 |
-
docstatus = f"Please download the complete dataset here: <a href=
|
1239 |
print(sample_table)
|
1240 |
# 5. Return the summary and downloadable link
|
1241 |
#return f"""
|
|
|
1235 |
# Create a PDF for each row
|
1236 |
create_pdf(row['COMPANY'], row['EMPLOYEE NAME'], row['ACCOUNT NUMBER'])
|
1237 |
create_document = False
|
1238 |
+
docstatus = f"Please download the complete dataset here: <a href='https://redmindtechnologies.com/RedMindGPT/output.zip' download>Download</a>. {total_rows} documents are created successfully."
|
1239 |
print(sample_table)
|
1240 |
# 5. Return the summary and downloadable link
|
1241 |
#return f"""
|