peterpull commited on
Commit
7a997d7
·
1 Parent(s): e75b54a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -54,9 +54,7 @@ def store_message(chatinput: str, chatresponse: str):
54
  print(f"Wrote to datafile: {datetime.now()},{chatinput},{chatresponse}\n")
55
 
56
  #need to find a way to push back to dataset repo
57
-
58
- # push your changes to the remote repository
59
- repo.push_to_hub(access_token=WRITE_TOKEN)
60
 
61
  return generate_text()
62
 
 
54
  print(f"Wrote to datafile: {datetime.now()},{chatinput},{chatresponse}\n")
55
 
56
  #need to find a way to push back to dataset repo
57
+
 
 
58
 
59
  return generate_text()
60