Update app.py
Browse files
app.py
CHANGED
@@ -85,8 +85,7 @@ interface = gr.Interface(
|
|
85 |
theme="default",
|
86 |
layout="horizontal",
|
87 |
examples=[
|
88 |
-
["
|
89 |
-
["I don't have a strong opinion about this vaccines."],
|
90 |
["The Vaccine is Good I have had no issues!"]
|
91 |
]
|
92 |
)
|
|
|
85 |
theme="default",
|
86 |
layout="horizontal",
|
87 |
examples=[
|
88 |
+
["Covid vaccines are irrelevant"],
|
|
|
89 |
["The Vaccine is Good I have had no issues!"]
|
90 |
]
|
91 |
)
|