peterpull commited on
Commit
767b2e5
·
1 Parent(s): 2fe4305

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def store_message(chatinput: str, chatresponse: str):
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
 
 
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