maghwa commited on
Commit
ed93fa0
·
verified ·
1 Parent(s): 14938e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "Arabic-DIBT- Dashboard", workspace=os.getenv("SOURCE_WORKSPACE")
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