Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|