cgreszes commited on
Commit
f50a141
·
verified ·
1 Parent(s): c88ff1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -463,12 +463,12 @@ with gr.Blocks(css="""
463
  lines=2
464
  )
465
  EXAMPLE_PROMPTS = [
466
- "No classes on Mondays and no classes in Wednesdays",
467
  "Only start after 10 AM",
468
  "Avoid Fridays, no weekends",
469
  "Weekdays only",
470
- "No class on Sundays and no class on Tuesdays, only start after 10 AM",
471
- "Avoid Monday and Friday; end before 3 PM",
472
  "Weekends only and mornings only",
473
  "Evenings only",
474
  ]
 
463
  lines=2
464
  )
465
  EXAMPLE_PROMPTS = [
466
+ "No classes on Mondays",
467
  "Only start after 10 AM",
468
  "Avoid Fridays, no weekends",
469
  "Weekdays only",
470
+ "No class on Sundays and only start after 10 AM",
471
+ "Avoid Monday and avoid Friday; end before 3 PM",
472
  "Weekends only and mornings only",
473
  "Evenings only",
474
  ]