Redmind commited on
Commit
e6dcd99
·
verified ·
1 Parent(s): 4eefd6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1231,7 +1231,7 @@ def create_file_HF(file_path):
1231
  #create_tag("bigcode/the-stack", repo_type="dataset", revision="v0.1-release", tag="v0.1.1", tag_message="Bump release version.")
1232
 
1233
 
1234
- api.upload_file(path_or_fileobj=file_path, repo_id="Redmind/NewageNXTGPT_Repo_trial",revision = "test-branch", repo_type= "space", path_in_repo='output_data.xlsx')
1235
 
1236
 
1237
  def create_pdf(cname,ename,account_number):
 
1231
  #create_tag("bigcode/the-stack", repo_type="dataset", revision="v0.1-release", tag="v0.1.1", tag_message="Bump release version.")
1232
 
1233
 
1234
+ api.upload_file(path_or_fileobj=file_path, repo_id="Redmind/NewageNXTGPT_Repo_trial",revision = "test-branch", repo_type= "space", path_in_repo=file_path)
1235
 
1236
 
1237
  def create_pdf(cname,ename,account_number):