Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -279,10 +279,12 @@ grb = gr.Blocks()
|
|
279 |
with grb:
|
280 |
gr.Markdown("## Perspicacity")
|
281 |
gr.Markdown(
|
282 |
-
"
|
283 |
-
|
284 |
-
|
285 |
-
|
|
|
|
|
286 |
)
|
287 |
chatbot = gr.Chatbot(type="messages")
|
288 |
txt = gr.Textbox(placeholder="Ask me anything...", show_label=False)
|
|
|
279 |
with grb:
|
280 |
gr.Markdown("## Perspicacity")
|
281 |
gr.Markdown(
|
282 |
+
"""
|
283 |
+
This bot can check the news, tell you the weather, and even browse websites to answer follow-up questions β all powered by a team of tiny AI tools working behind the scenes.\n\n
|
284 |
+
π§ͺ Built for fun during the [AI Agents course](https://huggingface.co/learn/agents-course/unit0/introduction) β it's just a demo to show what agents can do.\n
|
285 |
+
π Got ideas or improvements? PRs welcome!\n\n
|
286 |
+
π _Try asking 'What's the weather in Montreal?' or 'What's in the news today?'
|
287 |
+
"""
|
288 |
)
|
289 |
chatbot = gr.Chatbot(type="messages")
|
290 |
txt = gr.Textbox(placeholder="Ask me anything...", show_label=False)
|