Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ from datasets import load_dataset, Dataset, DatasetDict
|
|
88 |
|
89 |
# Load the private dataset from Hugging Face
|
90 |
def load_hf_dataset():
|
91 |
-
dataset = load_dataset("Zaherrr/translation_log"
|
92 |
return dataset
|
93 |
|
94 |
def update_history_with_status(english, french, history, status):
|
|
|
88 |
|
89 |
# Load the private dataset from Hugging Face
|
90 |
def load_hf_dataset():
|
91 |
+
dataset = load_dataset("Zaherrr/translation_log")
|
92 |
return dataset
|
93 |
|
94 |
def update_history_with_status(english, french, history, status):
|