johann22 commited on
Commit
fa4cb43
1 Parent(s): ca89ecc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -464,7 +464,9 @@ additional_inputs=[
464
 
465
  ]
466
 
467
- examples=[["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, ],
 
 
468
  ["Can you write a short story about a time-traveling detective who solves historical mysteries?", None, None, None, None, None,],
469
  ["I'm trying to learn French. Can you provide some common phrases that would be useful for a beginner, along with their pronunciations?", None, None, None, None, None,],
470
  ["I have chicken, rice, and bell peppers in my kitchen. Can you suggest an easy recipe I can make with these ingredients?", None, None, None, None, None,],
 
464
 
465
  ]
466
 
467
+ examples=[["Show a summary of the top 5 Breaking News articles.", None, None, None, None, None, ],
468
+ ["When is the next full moon?", None, None, None, None, None, ],
469
+ ["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, ],
470
  ["Can you write a short story about a time-traveling detective who solves historical mysteries?", None, None, None, None, None,],
471
  ["I'm trying to learn French. Can you provide some common phrases that would be useful for a beginner, along with their pronunciations?", None, None, None, None, None,],
472
  ["I have chicken, rice, and bell peppers in my kitchen. Can you suggest an easy recipe I can make with these ingredients?", None, None, None, None, None,],