Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
c70f16d
1
Parent(s):
3cc3676
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def image_mod(image_mod):
|
|
20 |
if display == "2":
|
21 |
message = "Cloudy"
|
22 |
if display == "3":
|
23 |
-
message = "Snowy"
|
24 |
if display == "4":
|
25 |
message = "Sunny" # Daedalus_000355_171913_516869_4578_(36155269413).jpg
|
26 |
return message
|
|
|
20 |
if display == "2":
|
21 |
message = "Cloudy"
|
22 |
if display == "3":
|
23 |
+
message = "Snowy" #Snow_on_Branches,_Beechview,_2020-12-17,_01.jpg
|
24 |
if display == "4":
|
25 |
message = "Sunny" # Daedalus_000355_171913_516869_4578_(36155269413).jpg
|
26 |
return message
|