Imane Momayiz commited on
Commit
d7d574e
1 Parent(s): 0b373b1

fix: load data config name

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -42,7 +42,6 @@ def store_submission(sentence: str, translation: str, translation_fr: str):
42
  )
43
  commit_url = submissions_repo.push_to_hub(
44
  commit_message="Add new submission",
45
- config_name="submissions",
46
  token=HF_API_KEY
47
  )
48
  print(commit_url)
 
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)