fdaudens HF Staff commited on
Commit
f65a675
Β·
verified Β·
1 Parent(s): 07aae2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -279,10 +279,12 @@ grb = gr.Blocks()
279
  with grb:
280
  gr.Markdown("## Perspicacity")
281
  gr.Markdown(
282
- "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"
283
- "πŸ§ͺ 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"
284
- "πŸ™Œ Got ideas or improvements? PRs welcome! \n\n"
285
- "πŸ‘‰ _Try asking "What's the weather in Montreal?" or "What's in the news today?"_"
 
 
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)