psyche commited on
Commit
c802b1b
·
verified ·
1 Parent(s): 526b97c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -147,7 +147,11 @@ chat_interface = gr.ChatInterface(
147
  ],
148
  stop_btn=None,
149
  examples=[
150
- ["대한민국의 수도는?"],
 
 
 
 
151
  ],
152
  )
153
 
 
147
  ],
148
  stop_btn=None,
149
  examples=[
150
+ ["Hello there! How are you doing?"],
151
+ ["Can you explain briefly to me what is the Python programming language?"],
152
+ ["Explain the plot of Cinderella in a sentence."],
153
+ ["How many hours does it take a man to eat a Helicopter?"],
154
+ ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
155
  ],
156
  )
157