Spaces:
Runtime error
Runtime error
Hongyin Luo
commited on
Commit
·
bac1b5b
1
Parent(s):
efb9434
add application file
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def chat(message, history):
|
|
21 |
|
22 |
gradio_io = gr.ChatInterface(
|
23 |
chat, title = "Ask questions about CSAIL research(er)!",
|
24 |
-
|
25 |
"Who works on speech recognition?",
|
26 |
"Who should I talk with about molecule generation?",
|
27 |
"How are NLP and Robotics researchers collaborating?"
|
|
|
21 |
|
22 |
gradio_io = gr.ChatInterface(
|
23 |
chat, title = "Ask questions about CSAIL research(er)!",
|
24 |
+
examples = [
|
25 |
"Who works on speech recognition?",
|
26 |
"Who should I talk with about molecule generation?",
|
27 |
"How are NLP and Robotics researchers collaborating?"
|