abetavarez commited on
Commit
bee4c47
Β·
verified Β·
1 Parent(s): e5ea770
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ app = gr.Interface(
13
  fn=score_text,
14
  inputs=["textbox"],
15
  outputs=["textbox"],
16
- title="# Sentiment Analysis App",
17
- description="Enter any text to instantly analyze its sentiment using a state-of-the-art machine learning model. The app will determine whether the sentiment is positive, negative, or neutral, and display the confidence score for the prediction."
18
  )
19
 
20
  app.launch()
 
13
  fn=score_text,
14
  inputs=["textbox"],
15
  outputs=["textbox"],
16
+ title="Sentiment Analysis App πŸ€—πŸ˜‘πŸ˜ ",
17
+ description="### Enter any text to instantly analyze its sentiment using a state-of-the-art machine learning model. The app will determine whether the sentiment is positive, negative, or neutral, and display the confidence score for the prediction."
18
  )
19
 
20
  app.launch()