rasmodev commited on
Commit
4c25a39
·
1 Parent(s): fd985f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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