Diego Carpintero commited on
Commit
f546dc6
Β·
1 Parent(s): bea95ef
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Mcp Sentiment
3
  emoji: 🌍
4
  colorFrom: purple
5
  colorTo: gray
 
1
  ---
2
+ title: Model Context Protocol (MCP) Server for Sentiment Analysis
3
  emoji: 🌍
4
  colorFrom: purple
5
  colorTo: gray
app.py CHANGED
@@ -28,7 +28,7 @@ demo = gr.Interface(
28
  inputs=gr.Textbox(placeholder="Enter text to analyze..."),
29
  outputs=gr.Textbox(),
30
  title="Sentiment Analysis",
31
- description="Analyze the sentiment of text using TextBlob"
32
  )
33
 
34
  if __name__ == "__main__":
 
28
  inputs=gr.Textbox(placeholder="Enter text to analyze..."),
29
  outputs=gr.Textbox(),
30
  title="Sentiment Analysis",
31
+ description="Sentiment Analysis using TextBlob as an MCP Server"
32
  )
33
 
34
  if __name__ == "__main__":