amitu009 commited on
Commit
a1dff47
·
1 Parent(s): be32d2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def get_sentiment(input_text):
11
  iface = gr.Interface(fn = get_sentiment,
12
  inputs = "text",
13
  outputs = ['text'],
14
- title = 'Sentiment Analysis',
15
  description="Get Sentiment Negative/Positive for the given input")
16
 
17
  iface.launch(inline = False)
 
11
  iface = gr.Interface(fn = get_sentiment,
12
  inputs = "text",
13
  outputs = ['text'],
14
+ title = 'question-answering',
15
  description="Get Sentiment Negative/Positive for the given input")
16
 
17
  iface.launch(inline = False)