Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -159,6 +159,7 @@ chat_interface = gr.ChatInterface(
|
|
159 |
fill_height=True,
|
160 |
stop_btn=None,
|
161 |
examples=[
|
|
|
162 |
["Can you explain briefly to me what is the Python programming language?"],
|
163 |
["Could you please provide an explanation about Data Science?"],
|
164 |
["Could you explain what a URL is?"]
|
|
|
159 |
fill_height=True,
|
160 |
stop_btn=None,
|
161 |
examples=[
|
162 |
+
["Tell me about HTTP."],
|
163 |
["Can you explain briefly to me what is the Python programming language?"],
|
164 |
["Could you please provide an explanation about Data Science?"],
|
165 |
["Could you explain what a URL is?"]
|