NLarchive commited on
Commit
bc85c86
·
verified ·
1 Parent(s): dc158f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -16,9 +16,7 @@ try:
16
  demo = gr.ChatInterface(
17
  fn=lambda message, history: str(agent.run(message)),
18
  type="messages",
19
- examples=["I had a terrible experience with this product. It stopped working after just two days, and the customer service was completely unhelpful. The instructions were confusing, and the build quality felt cheap and flimsy. Honestly, I regret wasting my money on this. Would not recommend to anyone.
20
-
21
- "],
22
  title="Agent Sentiment Analysis",
23
  description="This is a simple agent use an MCP server to analyze sentiment",
24
  )
 
16
  demo = gr.ChatInterface(
17
  fn=lambda message, history: str(agent.run(message)),
18
  type="messages",
19
+ examples=["I had a terrible experience with this product. It stopped working after just two days, and the customer service was completely unhelpful. The instructions were confusing, and the build quality felt cheap and flimsy. Honestly, I regret wasting my money on this. Would not recommend to anyone."],
 
 
20
  title="Agent Sentiment Analysis",
21
  description="This is a simple agent use an MCP server to analyze sentiment",
22
  )