tclopess commited on
Commit
3ac55d1
Β·
verified Β·
1 Parent(s): e633a6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ iface = gr.Interface(fn=get_sentiment,
21
  outputs=["text"],
22
  title='Sentiment Analysis',
23
  description='Obtenha o sentimento do texto digitado πŸ˜„|😠',
24
- example= app_examples
25
  )
26
 
27
  iface.launch()
 
21
  outputs=["text"],
22
  title='Sentiment Analysis',
23
  description='Obtenha o sentimento do texto digitado πŸ˜„|😠',
24
+ examples= app_examples
25
  )
26
 
27
  iface.launch()