Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ demo = gr.Interface(
|
|
41 |
fn=sentiment_analysis,
|
42 |
inputs=gr.Textbox(placeholder="Write how you feel about Covid here..."),
|
43 |
outputs="text",
|
44 |
-
examples=[["
|
45 |
title = "Tutorial: Sentiment Analysis App"
|
46 |
description = "This App assess if a sentiment about Covid is positive or negative")
|
47 |
|
|
|
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 |
|