AllIllusion commited on
Commit
80fea76
·
verified ·
1 Parent(s): 2f5c7d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ if __name__ == "__main__":
46
  fn = func_SentimentAnalysis,
47
  inputs = gr.Textbox(placeholder="Enter text to analyze..."),
48
  outputs = gr.JSON(),
49
- title = "Text Sentiment Analysis",
50
  description = "Analyze the sentiment of text using TextBlob"
51
  )
52
 
 
46
  fn = func_SentimentAnalysis,
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"
51
  )
52