nnpy commited on
Commit
3eea58b
·
verified ·
1 Parent(s): b44a80e

Added examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def get_response(message, history):
89
  else:
90
  return response
91
 
92
- demo = gr.ChatInterface(get_response, title='DocGPT', description="Chat with getting_real_basecamp document")
93
 
94
  if __name__ == "__main__":
95
  demo.launch(auth=("test", "realtest"), show_api=False)
 
89
  else:
90
  return response
91
 
92
+ demo = gr.ChatInterface(get_response, title='DocGPT', description="Chat with getting_real_basecamp document", examples=["What is the document about?", "How do I serve customers?", "What is getting real?", "What is basecamp?", "What are the key principles for building a successful web application?"])
93
 
94
  if __name__ == "__main__":
95
  demo.launch(auth=("test", "realtest"), show_api=False)