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

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 = "/home/user/app/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.xlsx"
1195
  #download_url = repo.get_download_url(file_path)
1196
 
1197
  from huggingface_hub import upload_file