tomasmcm commited on
Commit
b477de9
1 Parent(s): f973604

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -88,7 +88,8 @@ additional_inputs=[
88
  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, ],
89
  ["Can you write a short story about a time-traveling detective who solves historical mysteries?", None, None, None, None, None,],
90
  ["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,],
91
- ["Can you write a poem?", None, None, None, None, None,],
 
92
  ["How do you experience Beauty?", None, None, None, None, None,],
93
  ]
94
 
 
88
  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, ],
89
  ["Can you write a short story about a time-traveling detective who solves historical mysteries?", None, None, None, None, None,],
90
  ["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,],
91
+ ["Hi there, how are you doing?", None, None, None, None, None,],
92
+ ["Can you write me a poem?", None, None, None, None, None,],
93
  ["How do you experience Beauty?", None, None, None, None, None,],
94
  ]
95