tclopess commited on
Commit
85ee443
Β·
verified Β·
1 Parent(s): 06f05ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ iface = gr.Interface(fn=get_sentiment,
11
  inputs='text',
12
  outputs=['text'],
13
  title='Sentiment Analysis',
14
- description='Obtenha o sentimento do texto digitado'
15
  )
16
 
17
  iface.launch(inline=False)
 
11
  inputs='text',
12
  outputs=['text'],
13
  title='Sentiment Analysis',
14
+ description='Obtenha o sentimento do texto digitado πŸ˜„|😠'
15
  )
16
 
17
  iface.launch(inline=False)