Redmind commited on
Commit
4135100
·
verified ·
1 Parent(s): 9dd8b13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1210,7 +1210,7 @@ def handle_large_dataset(df, create_document,isDataFrame):
1210
  directory = user_name + "/" + formatted_date_time
1211
  create_file_HF(file_path, directory,False)
1212
  dataset_link = get_download_link(directory,file_path)
1213
- docstatus + = f"""Download the complete dataset <a href="{dataset_link}" download> here.</a>."""
1214
  print("File created in the home path")
1215
 
1216
  #save_file_to_hostinger('output_data.xlsx')
 
1210
  directory = user_name + "/" + formatted_date_time
1211
  create_file_HF(file_path, directory,False)
1212
  dataset_link = get_download_link(directory,file_path)
1213
+ docstatus = docstatus + f"""Download the complete dataset <a href="{dataset_link}" download> here.</a>."""
1214
  print("File created in the home path")
1215
 
1216
  #save_file_to_hostinger('output_data.xlsx')