AllIllusion commited on
Commit
570653a
·
verified ·
1 Parent(s): e01ba18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ if __name__ == "__main__":
47
  inputs = gr.Textbox(placeholder="Enter text to analyze..."),
48
  outputs = gr.JSON(),
49
  title = "MCP-Server: Text Sentiment Analysis",
50
- description = "Analyze the sentiment of text using TextBlob. This is an MCP-Server for the MCP-Client https://huggingface.co/spaces/AllIllusion/MCP-Client_Qwen25-3B_Tool-SentimentAnalysis"
51
  )
52
 
53
 
 
47
  inputs = gr.Textbox(placeholder="Enter text to analyze..."),
48
  outputs = gr.JSON(),
49
  title = "MCP-Server: Text Sentiment Analysis",
50
+ description = "Analyze the sentiment of text using TextBlob. This is an MCP-Server used by the MCP-Client https://huggingface.co/spaces/AllIllusion/MCP-Client_Qwen25-3B_Tool-SentimentAnalysis"
51
  )
52
 
53