Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,10 +44,10 @@ Constraints:
|
|
44 |
- Do NOT start with any greeting or introduction.
|
45 |
- You MUST return exactly and only the schedule lines in this format:
|
46 |
|
47 |
-
HH:MM - HH:MM
|
48 |
|
49 |
Example:
|
50 |
-
08:00 - 08:30 Morning Match Recap
|
51 |
|
52 |
Instructions:
|
53 |
- Avoid back-to-back programs of the same ProgramType
|
|
|
44 |
- Do NOT start with any greeting or introduction.
|
45 |
- You MUST return exactly and only the schedule lines in this format:
|
46 |
|
47 |
+
HH:MM - HH:MM : ProgramName
|
48 |
|
49 |
Example:
|
50 |
+
08:00 - 08:30 : Morning Match Recap
|
51 |
|
52 |
Instructions:
|
53 |
- Avoid back-to-back programs of the same ProgramType
|