Update app.py
Browse files
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 = '
|
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)
|