Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
ea9b8cd
1
Parent(s):
41739ba
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def image_mod(image):
|
|
22 |
if display == "1":
|
23 |
message = "Foggy" # Morning_fog_-_Flickr_-_tmoravec.jpg
|
24 |
if display == "2":
|
25 |
-
message = "Cloudy"
|
26 |
if display == "3":
|
27 |
message = "Snowy" #Snow_on_Branches,_Beechview,_2020-12-17,_01.jpg
|
28 |
if display == "4":
|
|
|
22 |
if display == "1":
|
23 |
message = "Foggy" # Morning_fog_-_Flickr_-_tmoravec.jpg
|
24 |
if display == "2":
|
25 |
+
message = "Cloudy" # Stuyvesant_Fish_House_25_E78_St_cloudy_jeh.jpg
|
26 |
if display == "3":
|
27 |
message = "Snowy" #Snow_on_Branches,_Beechview,_2020-12-17,_01.jpg
|
28 |
if display == "4":
|