katsuchi commited on
Commit
0b259b5
·
verified ·
1 Parent(s): 213c1e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ iface = gr.Interface(
40
  inputs=gr.Textbox(label="Enter a sentence for sentiment analysis"),
41
  outputs=gr.JSON(label="Sentiment Probabilities"),
42
  title="Sentiment Analysis with Bert",
43
- description="Enter a sentence, and this model will predict the sentiment (positive/negative) along with the probabilities.<br><br>Here are some example sentences to test:<br><br>Check out the source code on <a href='https://github.com/katsuchi23/Twitter-Sentiment-Analysis' target='_blank'>GitHub</a>!",
44
  examples=examples
45
  )
46
 
 
40
  inputs=gr.Textbox(label="Enter a sentence for sentiment analysis"),
41
  outputs=gr.JSON(label="Sentiment Probabilities"),
42
  title="Sentiment Analysis with Bert",
43
+ description="Enter a sentence, and this model will predict the sentiment (positive/negative) along with the probabilities.<br><br>Check out the source code on <a href='https://github.com/katsuchi23/Twitter-Sentiment-Analysis' target='_blank'>GitHub</a>!<br><br>Here are some example sentences to test:",
44
  examples=examples
45
  )
46