Daniela-C commited on
Commit
9f04b0b
·
verified ·
1 Parent(s): fedb509

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -130,10 +130,10 @@ chat_interface = gr.ChatInterface(
130
  stop_btn=None,
131
  examples=[
132
  ["Hello there! How are you doing?"],
133
- ["Can you explain briefly to me what is the Python programming language?"],
134
- ["Explain the plot of Cinderella in a sentence."],
135
- ["How many hours does it take a man to eat a Helicopter?"],
136
- ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
137
  ],
138
  )
139
 
 
130
  stop_btn=None,
131
  examples=[
132
  ["Hello there! How are you doing?"],
133
+ ["Can you explain briefly to me what is a Life of William Shakespeare book?"],
134
+ ["Explain the plot of Romeu and Juliet in a sentence."],
135
+ ["How many Shakespeare Sonnets exist?"],
136
+ ["Write a 100-word article on 'Shakespeare education'"],
137
  ],
138
  )
139