zliang commited on
Commit
4107e39
·
verified ·
1 Parent(s): 8cca4c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -53,7 +53,8 @@ def upload_image(url,title):
53
 
54
  options = UploadFileRequestOptions(
55
  overwrite_custom_metadata=True,
56
- custom_metadata={'titile': title})
 
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,