Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -349,7 +349,7 @@ additional_inputs=[
|
|
349 |
]
|
350 |
|
351 |
examples=[["What are the biggest news stories today?", None, None, None, None, None, ],
|
352 |
-
["Search the Internet to find todays
|
353 |
["When is the next full moon?", None, None, None, None, None, ],
|
354 |
["I'm planning a vacation to Japan. Can you suggest a one-week itinerary including must-visit places and local cuisines to try?", None, None, None, None, None, ],
|
355 |
["Can you write a short story about a time-traveling detective who solves historical mysteries?", None, None, None, None, None,],
|
|
|
349 |
]
|
350 |
|
351 |
examples=[["What are the biggest news stories today?", None, None, None, None, None, ],
|
352 |
+
["Search the Internet to find todays Breaking News Stories, return an exhaustive News Article that you write summarizing them all.", None, None, None, None, None, ],
|
353 |
["When is the next full moon?", None, None, None, None, None, ],
|
354 |
["I'm planning a vacation to Japan. Can you suggest a one-week itinerary including must-visit places and local cuisines to try?", None, None, None, None, None, ],
|
355 |
["Can you write a short story about a time-traveling detective who solves historical mysteries?", None, None, None, None, None,],
|