awacke1 commited on
Commit
b9b3afc
·
1 Parent(s): 4414bb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def store_message(name: str, message: str):
68
  {"name": name.strip(), "message": message.strip(), "time": str(datetime.now())}
69
  )
70
  # uncomment line below to begin saving. If creating your own copy you will need to add a access token called "HF_TOKEN" to your profile, then create a secret for your repo with the access code naming it "HF_TOKEN" For the CSV as well you can copy the header and first few lines to your own then update the paths above which should work to save to your own repository for datasets.
71
- #commit_url = repo.push_to_hub()
72
  return ""
73
 
74
  iface = gr.Interface(
 
68
  {"name": name.strip(), "message": message.strip(), "time": str(datetime.now())}
69
  )
70
  # uncomment line below to begin saving. If creating your own copy you will need to add a access token called "HF_TOKEN" to your profile, then create a secret for your repo with the access code naming it "HF_TOKEN" For the CSV as well you can copy the header and first few lines to your own then update the paths above which should work to save to your own repository for datasets.
71
+ commit_url = repo.push_to_hub()
72
  return ""
73
 
74
  iface = gr.Interface(