Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,6 @@ import mcp
|
|
| 7 |
|
| 8 |
app = FastAPI()
|
| 9 |
|
| 10 |
-
@mcp.tool()
|
| 11 |
def analyze_sentiment(text: str) -> dict:
|
| 12 |
"""Core sentiment analysis logic"""
|
| 13 |
blob = TextBlob(text)
|
|
|
|
| 7 |
|
| 8 |
app = FastAPI()
|
| 9 |
|
|
|
|
| 10 |
def analyze_sentiment(text: str) -> dict:
|
| 11 |
"""Core sentiment analysis logic"""
|
| 12 |
blob = TextBlob(text)
|