added gifs and tags to app.py

master
Boyana 12 months ago
parent d734e7abad
commit cfc87d25ac

@ -8,21 +8,45 @@ UPLOAD_FOLDER = os.path.join("static", "media")
media = {
"beer.gif": ["beer"],
"bell.gif": ["beer", "cafe de bel", "bell"],
"birds.gif": ["birds", "lasercut", "book making"],
"book-end.gif": ["book", "finished book"],
"book-reading.gif": ["book", "reading", "unfinished book"],
"box.gif": ["box"],
"bridge.gif": ["bridge", "book making"],
"cafe-de-bel.gif": ["coffee", "bell", "beer", "cafe de bel"],
"cards.gif": ["cards"],
"cloud-storm.gif": ["cloud", "storm"],
"cloud.gif": ["cloud"],
"coffee.gif": ["coffee", "cafe de bel"],
"coffee-reading.gif": ["coffee reading", "reading", "coffee"],
"collective.gif": ["collective", "studio", "xpub", "community", "bubble"],
"elevator.gif": ["elevator", "collective", "xpub"],
"er-beer.gif": ["emergency beer"],
"femcare.gif": ["care", "feminism", "woman", "collective", "community"],
"gilotine.gif": ["gilotine", "book making", "book"],
"glue-machine.gif": ["book making", "glue binding machine", "machine", "book binding", "book"],
"gyozleme.gif": ["gozleme", "food", "xpub"],
"hands.gif": ["joking", "okay", "sure"],
"hurry.gif": ["time", "hurry", "pebbles"],
"iloveu.gif": ["i love you", "i see you", "i feel you", "i miss you"],
"invisible.gif": ["invisible", "worker", "operator"],
"lasercut.gif": ["lasercutter", "book making", "book"],
"oper-strike.gif": ["operator", "worker", "woman", "strike"],
"operator.gif": ["operator", "worker", "woman"],
"paper.gif": ["paper", "book", "reading", "printer"],
"pdf-impose.gif": ["pdf impose", "makarena"],
"pebbles.gif": ["time", "clockwise"],
"printer.gif": ["printer", "book", "paper", "book making"],
"reverse-pebbles.gif": ["time", "anticlockwise"],
"strike.gif": ["strike", "worker", "woman", "operator"]
"sea.gif": ["sea", "printer"],
"stairs.gif": ["stairs", "studio"],
"strike.gif": ["strike", "worker", "woman", "operator"],
"studio.gif": ["studio", "xpub", "community", "collective"],
"teletype.gif": ["teletype", "printer", "book", "xpub", "operator", "collective", "worker", "paper", "cloud"],
"visible.gif": ["visible", "i see you", "worker", "strike", "operator", "woman"],
"whosfirst.gif": ["who is first", "collective", "xpub", "community"],
"whosnext.gif": ["who is next", "collective", "xpub", "community", "time"]
}
@app.route("/")

Loading…
Cancel
Save