Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def obtain_source_target_datasets() -> (
|
|
37 |
|
38 |
# Obtain the public dataset and see how many pending records are there
|
39 |
source_dataset = rg.FeedbackDataset.from_argilla(
|
40 |
-
"DIBT Translation for
|
41 |
)
|
42 |
filtered_source_dataset = source_dataset.filter_by(response_status=["pending"])
|
43 |
|
|
|
37 |
|
38 |
# Obtain the public dataset and see how many pending records are there
|
39 |
source_dataset = rg.FeedbackDataset.from_argilla(
|
40 |
+
"DIBT Translation for Arabic", workspace=os.getenv("SOURCE_WORKSPACE")
|
41 |
)
|
42 |
filtered_source_dataset = source_dataset.filter_by(response_status=["pending"])
|
43 |
|