Anthony Liang commited on
Commit
7097e14
·
1 Parent(s): 88e2e89

update language

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -38,10 +38,10 @@ _EXAMPLES_DIR = Path(__file__).resolve().parent / "examples"
38
  def _progress_examples():
39
  """Progress tab examples from examples/progress/*.mp4 (video path, task)."""
40
  tasks = [
41
- "Pick up the red block",
42
- "Open the drawer",
43
- "Place the object in the bin",
44
- "Complete the task",
45
  ]
46
  out = []
47
  progress_dir = _EXAMPLES_DIR / "progress"
 
38
  def _progress_examples():
39
  """Progress tab examples from examples/progress/*.mp4 (video path, task)."""
40
  tasks = [
41
+ "Open the red drawer",
42
+ "Put the green block in the brown bowl",
43
+ "Put the apple on the tray",
44
+ "Put the marker in the holder",
45
  ]
46
  out = []
47
  progress_dir = _EXAMPLES_DIR / "progress"