agentharbor commited on
Commit
cfd8439
·
verified ·
1 Parent(s): 6ee6454

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -466,7 +466,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
466
  """
467
  demo = gr.ChatInterface(
468
  respond,
469
- title="Agenta - Assistant to master the Agentville content",description="Helps you decipher the knowledge shared across 40+ Agentville newsletters", theme=gr.themes.Soft()
 
470
  )
471
 
472
 
 
466
  """
467
  demo = gr.ChatInterface(
468
  respond,
469
+ title="Agenta - Assistant to master the Agentville content",description="Helps you decipher the knowledge shared across 40+ Agentville newsletters", theme=gr.themes.Soft(),
470
+ examples = [["What is a self-improving agent?","Explain theory of mind","How to evaluate autonomous agents?"]]
471
  )
472
 
473