Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def upload_image(url):
|
|
38 |
)
|
39 |
|
40 |
# Return the upload response
|
41 |
-
return
|
42 |
except Exception as e:
|
43 |
return {"error": str(e)}
|
44 |
|
|
|
38 |
)
|
39 |
|
40 |
# Return the upload response
|
41 |
+
return {"message": "uploaded successfuly, check https://chatzl.github.io/photographer.html for your work!"}
|
42 |
except Exception as e:
|
43 |
return {"error": str(e)}
|
44 |
|