Spaces:
Runtime error
Runtime error
abhi1nandy2
commited on
Commit
•
9040cf3
1
Parent(s):
24377b9
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
76 |
|
77 |
demo = gr.ChatInterface(
|
78 |
respond,
|
79 |
-
examples = ["Yo who dis Abhilash?"],
|
80 |
# message=initial_message,
|
81 |
additional_inputs=[
|
82 |
# gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
|
|
76 |
|
77 |
demo = gr.ChatInterface(
|
78 |
respond,
|
79 |
+
examples = ["Yo who dis Abhilash?", "What is Abhilash's most recent publication?"],
|
80 |
# message=initial_message,
|
81 |
additional_inputs=[
|
82 |
# gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|