tclopess commited on
Commit
0373cac
Β·
verified Β·
1 Parent(s): eb20b5e

Update app.py

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