Imane Momayiz
commited on
Commit
•
0b373b1
1
Parent(s):
3d37e38
fix: load data config name
Browse files
app.py
CHANGED
@@ -41,7 +41,6 @@ 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 |
-
repo=REPO_ID,
|
45 |
commit_message="Add new submission",
|
46 |
config_name="submissions",
|
47 |
token=HF_API_KEY
|
|
|
41 |
"time": str(dt.datetime.now())}
|
42 |
)
|
43 |
commit_url = submissions_repo.push_to_hub(
|
|
|
44 |
commit_message="Add new submission",
|
45 |
config_name="submissions",
|
46 |
token=HF_API_KEY
|