Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +41,8 @@ demo = gr.Interface(
|
|
41 |
fn=sentiment_analysis,
|
42 |
inputs=gr.Textbox(placeholder="Write how you feel about Covid here..."),
|
43 |
outputs="text",
|
44 |
-
examples=[["Whats up with the Vaccine"]]
|
45 |
-
title = "Tutorial: Sentiment Analysis App"
|
46 |
description = "This App assess if a sentiment about Covid is positive or negative")
|
47 |
|
48 |
demo.launch()
|
|
|
41 |
fn=sentiment_analysis,
|
42 |
inputs=gr.Textbox(placeholder="Write how you feel about Covid here..."),
|
43 |
outputs="text",
|
44 |
+
examples=[["Whats up with the Vaccine"]],
|
45 |
+
title = "Tutorial: Sentiment Analysis App",
|
46 |
description = "This App assess if a sentiment about Covid is positive or negative")
|
47 |
|
48 |
demo.launch()
|