agentharbor commited on
Commit
d9037f0
1 Parent(s): cfd8439

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -466,8 +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
- examples = [["What is a self-improving agent?","Explain theory of mind","How to evaluate autonomous agents?"]]
471
  )
472
 
473
 
 
466
  """
467
  demo = gr.ChatInterface(
468
  respond,
469
+ title="Agenta - Your Guide to mastering Agentville newsletter content",description="Helps you unlock the insights from all the 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