Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,8 @@ def upload_image(url,title):
|
|
53 |
|
54 |
options = UploadFileRequestOptions(
|
55 |
overwrite_custom_metadata=True,
|
56 |
-
custom_metadata={'
|
|
|
57 |
|
58 |
upload = imagekit.upload(
|
59 |
file=url,
|
|
|
53 |
|
54 |
options = UploadFileRequestOptions(
|
55 |
overwrite_custom_metadata=True,
|
56 |
+
custom_metadata={'title': title}
|
57 |
+
)
|
58 |
|
59 |
upload = imagekit.upload(
|
60 |
file=url,
|