Redmind commited on
Commit
db7bec1
·
verified ·
1 Parent(s): 9eb5ba8

Update app.py

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