peterpull commited on
Commit
2fe4305
·
1 Parent(s): 4fc77f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ def store_message(chatinput: str, chatresponse: str):
49
 
50
  repo.commit('Update data.txt')
51
  print("Committed changes to local repository")
52
- repo.commit_and_push('Update data.txt')
53
- print("Pushed changes to remote repository")
54
 
55
  return generate_text()
56
 
 
49
 
50
  repo.commit('Update data.txt')
51
  print("Committed changes to local repository")
52
+ repo.push_to_hub()
53
+ print("Pushed changes to remote repository"))
54
 
55
  return generate_text()
56