Lohia, Aditya commited on
Commit
f6136a1
·
1 Parent(s): e256662

update: sample prompts

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -116,7 +116,9 @@ chat_interface = gr.ChatInterface(
116
  ],
117
  stop_btn=None,
118
  examples=[
119
- ["Hello there! How are you doing?"],
 
 
120
  ["Can you explain briefly to me what is the Python programming language?"],
121
  ["Explain the plot of Cinderella in a sentence."],
122
  ["How many hours does it take a man to eat a Helicopter?"],
 
116
  ],
117
  stop_btn=None,
118
  examples=[
119
+ [
120
+ "I need to be in Japan for 10 days, going to Tokyo, Kyoto and Osaka for Cherry Blossom. Think about number of attractions in each of them and allocate number of days to each city. Make public transport recommendations."
121
+ ],
122
  ["Can you explain briefly to me what is the Python programming language?"],
123
  ["Explain the plot of Cinderella in a sentence."],
124
  ["How many hours does it take a man to eat a Helicopter?"],