Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ demo = gr.Interface(
|
|
56 |
["I have a covid"],
|
57 |
["All the people are sick maybe it's covid"],
|
58 |
],
|
59 |
-
title="
|
60 |
description = "This Aplication assesses if a twitter post relating vaccination is positive"
|
61 |
)
|
62 |
if __name__ == "__main__":
|
|
|
56 |
["I have a covid"],
|
57 |
["All the people are sick maybe it's covid"],
|
58 |
],
|
59 |
+
title="Covid 19 vaccin Sentiment Analysis App",
|
60 |
description = "This Aplication assesses if a twitter post relating vaccination is positive"
|
61 |
)
|
62 |
if __name__ == "__main__":
|