azettl commited on
Commit
c192ceb
·
1 Parent(s): 4bbe4b0

Change description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ demo = gr.Interface(
26
  inputs=gr.Textbox(placeholder="Enter text to analyze..."),
27
  outputs=gr.JSON(),
28
  title="Text Sentiment Analysis",
29
- description="Analyze the sentiment of text using TextBlob"
30
  )
31
 
32
  # Launch the interface and MCP server
 
26
  inputs=gr.Textbox(placeholder="Enter text to analyze..."),
27
  outputs=gr.JSON(),
28
  title="Text Sentiment Analysis",
29
+ description="Analyze the sentiment of text using TextBlob. Try inputting sentences like 'I am happy cause my cat is playing!' or 'I am sad cause my cat puked!'.",
30
  )
31
 
32
  # Launch the interface and MCP server