Spaces:
Sleeping
Sleeping
Diego Carpintero
commited on
Commit
Β·
f546dc6
1
Parent(s):
bea95ef
update
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
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="
|
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__":
|