Jerimee commited on
Commit
f817a07
β€’
1 Parent(s): aa30bc9

maybe it will work?

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ if __name__ == "__main__":
14
  title = 'Sentiment Analysis',
15
  description = 'Determine how negative or positive a given sentiment is. Input a sentence or two and see what the model "thinks."',
16
  btn = gr.Button("Run"),
 
17
  examples=[
18
  ["better than nothing, I guess... I guess you get what you pay for :("],
19
  ["This is better than nothing. You get what you pay for!"],
14
  title = 'Sentiment Analysis',
15
  description = 'Determine how negative or positive a given sentiment is. Input a sentence or two and see what the model "thinks."',
16
  btn = gr.Button("Run"),
17
+ css="app.css",
18
  examples=[
19
  ["better than nothing, I guess... I guess you get what you pay for :("],
20
  ["This is better than nothing. You get what you pay for!"],