Redmind commited on
Commit
a9c1aca
·
verified ·
1 Parent(s): fecd16a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1191,7 +1191,7 @@ def handle_large_dataset(df, create_document,isDataFrame):
1191
  use_auth_token=os.getenv("HF_TOKEN"),
1192
  )"""
1193
 
1194
- file_path = "output.xlsx"
1195
  #download_url = repo.get_download_url(file_path)
1196
 
1197
  from huggingface_hub import upload_file
 
1191
  use_auth_token=os.getenv("HF_TOKEN"),
1192
  )"""
1193
 
1194
+ file_path = "output_data.xlsx"
1195
  #download_url = repo.get_download_url(file_path)
1196
 
1197
  from huggingface_hub import upload_file