Redmind commited on
Commit
f5ce3e3
·
verified ·
1 Parent(s): 13c569b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1234,7 +1234,7 @@ def handle_large_dataset(df, create_document,isDataFrame):
1234
  create_file_HF(zip_file_name,directory, False)
1235
  link = get_download_link(directory,zip_file_name)
1236
  print(f"downloadable link: {link}")
1237
- docstatus = f"""Please download the complete dataset here: <a href="{dataset_link}" download> here.</a>. Please click to download generated <a href="{link}" download>PDFs</a>. {total_rows} documents are created successfully."""
1238
  print(sample_table)
1239
  # 5. Return the summary and downloadable link
1240
  #return f"""
 
1234
  create_file_HF(zip_file_name,directory, False)
1235
  link = get_download_link(directory,zip_file_name)
1236
  print(f"downloadable link: {link}")
1237
+ docstatus = f"""Please download <a href="{dataset_link}" download>excel</a>, <a href="{link}" download>PDFs</a>."""
1238
  print(sample_table)
1239
  # 5. Return the summary and downloadable link
1240
  #return f"""