romain125 commited on
Commit
124a7a7
1 Parent(s): 6036d7a

FIX: Remove social media posts in the intro

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ demo = gr.Interface(
31
  inputs=gr.Textbox(label="Customer Review", value="Lettria truly handled all the overhead of an NLP project!"),
32
  outputs=gr.Label(label="Sentiment Level"),
33
  title="Lettria's Customer Sentiment Analysis",
34
- description="Introducing our Sentiment Analysis API powered by Deep Learning! It provides an easy-to-use solution for analyzing and understanding the sentiment expressed in text. With this API, you can gain valuable insights from customer feedback, social media posts, and reviews by accurately classifying text into positive, negative, or neutral sentiment categories. Seamlessly integrate it into your applications to make data-driven decisions, monitor brand reputation, and enhance customer satisfaction in real-time. Uncover the true sentiment behind text and unlock the power of sentiment analysis today!",
35
  examples=[
36
  "I absolutely loved the movie! The storyline was captivating, and the acting was superb.",
37
  "I'm extremely disappointed with the quality of the product. It broke within a week of use.",
 
31
  inputs=gr.Textbox(label="Customer Review", value="Lettria truly handled all the overhead of an NLP project!"),
32
  outputs=gr.Label(label="Sentiment Level"),
33
  title="Lettria's Customer Sentiment Analysis",
34
+ description="Introducing our Sentiment Analysis API powered by Deep Learning! It provides an easy-to-use solution for analyzing and understanding the sentiment expressed in text. With this API, you can gain valuable insights from customer feedback and reviews by accurately classifying text into positive, negative, or neutral sentiment categories. Seamlessly integrate it into your applications to make data-driven decisions, monitor brand reputation, and enhance customer satisfaction in real-time. Uncover the true sentiment behind text and unlock the power of sentiment analysis today!",
35
  examples=[
36
  "I absolutely loved the movie! The storyline was captivating, and the acting was superb.",
37
  "I'm extremely disappointed with the quality of the product. It broke within a week of use.",