Update app.py
Browse files
app.py
CHANGED
@@ -100,8 +100,7 @@ interface = gr.Interface(
|
|
100 |
["This vaccine is terrible!"],
|
101 |
["I don't have a strong opinion about this vaccines."],
|
102 |
["The Vaccine is Good I have had no issues!"]
|
103 |
-
]
|
104 |
-
custom_css="""body { background-color: #f5f5f5; }"""
|
105 |
)
|
106 |
|
107 |
# Launch the Gradio app
|
|
|
100 |
["This vaccine is terrible!"],
|
101 |
["I don't have a strong opinion about this vaccines."],
|
102 |
["The Vaccine is Good I have had no issues!"]
|
103 |
+
]
|
|
|
104 |
)
|
105 |
|
106 |
# Launch the Gradio app
|