Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
134 |
-
["Explain the plot of
|
135 |
-
["How many
|
136 |
-
["Write a 100-word article on '
|
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 |
|