Update app.py
Browse files
app.py
CHANGED
@@ -463,12 +463,12 @@ with gr.Blocks(css="""
|
|
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
|
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 |
]
|