Owos commited on
Commit
5f5b62e
1 Parent(s): cdf91ab

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +1 -1
Home.py CHANGED
@@ -147,7 +147,7 @@ if uploaded_file is not None:
147
  )
148
 
149
  byte_im = buf.getvalue()
150
- run = ste.download_button("Download Image", data=byte_im, "afrodreams.png")
151
 
152
 
153
  #if run==True:
 
147
  )
148
 
149
  byte_im = buf.getvalue()
150
+ run = ste.download_button("Download Image", data=byte_im, file_name="afrodreams.png")
151
 
152
 
153
  #if run==True: