Calistus commited on
Commit
1681c52
·
1 Parent(s): e3db5bc

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ app = gr.Interface(
43
  interpretation="default",
44
  examples=[["Please don't listen to anyone. Vaccinate your child"],['My kid has a lump on his hand because of the vaccine']],
45
  title= 'Sentiment Analysis App',
46
- description= 'This app is designed to help you gauge the emotions and opinions expressed in text, particularly focusing on discussions related to measles vaccination on X(formerly Twitter). Simply input a tweet or any text, and the app will swiftly categorize it into one of three categories: Negative, Neutral, or Positive sentiment. '
47
 
48
 
49
  app.launch()
 
43
  interpretation="default",
44
  examples=[["Please don't listen to anyone. Vaccinate your child"],['My kid has a lump on his hand because of the vaccine']],
45
  title= 'Sentiment Analysis App',
46
+ description= 'This app is designed to help you gauge the emotions and opinions expressed in text, particularly focusing on discussions related to measles vaccination on X(formerly Twitter). Simply input a tweet or any text, and the app will swiftly categorize it into one of three categories: Negative, Neutral, or Positive sentiment. ')
47
 
48
 
49
  app.launch()