awacke1 commited on
Commit
3995f6b
·
1 Parent(s): 63d2c6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def store_message(name: str, message: str):
78
  {"name": name.strip(), "message": message.strip(), "time": str(datetime.now())}
79
  )
80
  # uncomment line below to begin saving -
81
- #commit_url = repo.push_to_hub()
82
  return ""
83
 
84
 
 
78
  {"name": name.strip(), "message": message.strip(), "time": str(datetime.now())}
79
  )
80
  # uncomment line below to begin saving -
81
+ commit_url = repo.push_to_hub()
82
  return ""
83
 
84