Update app.py
Browse files
app.py
CHANGED
|
@@ -125,8 +125,8 @@ with gr.Blocks() as app:
|
|
| 125 |
gr.ChatInterface(
|
| 126 |
respond,
|
| 127 |
chatbot=gr.Chatbot(),
|
| 128 |
-
title="
|
| 129 |
-
description="Ask me anything — math, web search, or
|
| 130 |
)
|
| 131 |
|
| 132 |
if __name__ == "__main__":
|
|
|
|
| 125 |
gr.ChatInterface(
|
| 126 |
respond,
|
| 127 |
chatbot=gr.Chatbot(),
|
| 128 |
+
title="Agent",
|
| 129 |
+
description="Ask me anything — math, web search, or guessing a question by an LLM.",
|
| 130 |
)
|
| 131 |
|
| 132 |
if __name__ == "__main__":
|