Imane Momayiz commited on
Commit
954f8b9
1 Parent(s): d7d574e

fix: load data config name

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -41,8 +41,7 @@ def store_submission(sentence: str, translation: str, translation_fr: str):
41
  "time": str(dt.datetime.now())}
42
  )
43
  commit_url = submissions_repo.push_to_hub(
44
- commit_message="Add new submission",
45
- token=HF_API_KEY
46
  )
47
  print(commit_url)
48
 
 
41
  "time": str(dt.datetime.now())}
42
  )
43
  commit_url = submissions_repo.push_to_hub(
44
+ commit_message="Add new submission"
 
45
  )
46
  print(commit_url)
47