Spaces:
Runtime error
Runtime error
agentharbor
commited on
Commit
•
dff86de
1
Parent(s):
4d08372
Update app.py
Browse files
app.py
CHANGED
@@ -216,7 +216,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
216 |
"""
|
217 |
demo = gr.ChatInterface(
|
218 |
respond,
|
219 |
-
title="
|
220 |
)
|
221 |
|
222 |
|
|
|
216 |
"""
|
217 |
demo = gr.ChatInterface(
|
218 |
respond,
|
219 |
+
title="Agenta - Assistant to master the Agentville content",description="Helps you decipher the knowledge shared across 40+ Agentville newsletters", theme=gr.themes.Soft()
|
220 |
)
|
221 |
|
222 |
|