Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def upload_image(url,title):
|
|
59 |
upload = imagekit.upload(
|
60 |
file=url,
|
61 |
file_name="image.jpg",
|
62 |
-
|
63 |
)
|
64 |
|
65 |
# Return the upload response
|
|
|
59 |
upload = imagekit.upload(
|
60 |
file=url,
|
61 |
file_name="image.jpg",
|
62 |
+
# options = options
|
63 |
)
|
64 |
|
65 |
# Return the upload response
|