Update app.py
Browse files
app.py
CHANGED
@@ -81,8 +81,8 @@ urls = [["https://media.vanityfair.com/photos/6036a15657f37ea4415256d2/master/w_
|
|
81 |
|
82 |
url = [['https://media.vanityfair.com/photos/6036a15657f37ea4415256d2/master/w_2560%2Cc_limit/1225292516']]
|
83 |
|
84 |
-
all_images = [[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.j*g'))]
|
85 |
-
nick = [[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*nick*.j*g'))]
|
86 |
nicks_images = [[i[0] for i in nick]]
|
87 |
|
88 |
twitter_link = """
|
|
|
81 |
|
82 |
url = [['https://media.vanityfair.com/photos/6036a15657f37ea4415256d2/master/w_2560%2Cc_limit/1225292516']]
|
83 |
|
84 |
+
all_images = [[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.j*g'))]
|
85 |
+
nick = [[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*nick*.j*g'))]
|
86 |
nicks_images = [[i[0] for i in nick]]
|
87 |
|
88 |
twitter_link = """
|