tclopess commited on
Commit
5df85de
Β·
verified Β·
1 Parent(s): b5ebbe6

Update app.py

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