Spaces:
Runtime error
Runtime error
agentharbor
commited on
Commit
•
d9037f0
1
Parent(s):
cfd8439
Update app.py
Browse files
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 -
|
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 |
|