Shorten the first two examples to plainer well-known questions
Browse files- Fixed facts: Titanic sinking date + survivor count.
- Time-varying: reigning FIFA World Cup champion + next tournament.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
app.py
CHANGED
|
@@ -1658,12 +1658,12 @@ EXAMPLES = [
|
|
| 1658 |
{
|
| 1659 |
"category": "Fixed facts",
|
| 1660 |
"icon": "π―",
|
| 1661 |
-
"text": "
|
| 1662 |
},
|
| 1663 |
{
|
| 1664 |
"category": "Time-varying",
|
| 1665 |
"icon": "π",
|
| 1666 |
-
"text": "
|
| 1667 |
},
|
| 1668 |
{
|
| 1669 |
"category": "Multi-constraints",
|
|
|
|
| 1658 |
{
|
| 1659 |
"category": "Fixed facts",
|
| 1660 |
"icon": "π―",
|
| 1661 |
+
"text": "When did the Titanic sink, and how many of the people on board survived?",
|
| 1662 |
},
|
| 1663 |
{
|
| 1664 |
"category": "Time-varying",
|
| 1665 |
"icon": "π",
|
| 1666 |
+
"text": "Which country is the reigning FIFA World Cup champion, and when and where is the next World Cup?",
|
| 1667 |
},
|
| 1668 |
{
|
| 1669 |
"category": "Multi-constraints",
|