Zaherrr commited on
Commit
de88e98
·
verified ·
1 Parent(s): 31c01ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", split="train")
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):