Daniel Gil-U Fuhge commited on
Commit
75f41fe
1 Parent(s): 1c4ec67

update download

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,5 +21,5 @@ if uploaded_file is not None:
21
  sys.setrecursionlimit(1500)
22
  animateLogo(path)
23
  with open(path, "rb") as file:
24
- st.download_button('Download animated SVG', filename=uploaded_file.name+"_animated.svg")
25
 
 
21
  sys.setrecursionlimit(1500)
22
  animateLogo(path)
23
  with open(path, "rb") as file:
24
+ st.download_button('Download animated SVG', file_name=uploaded_file.name+"_animated.svg")
25