yunuseduran commited on
Commit
114db4b
·
verified ·
1 Parent(s): 688d032

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ if file is not None:
93
 
94
  if st.button("Create"):
95
  output_file = create_stylecloud(text, language, icon)
96
- st.markdown(f"### [Download WordCloud](./{output_file})")
97
 
98
  image = Image.open(output_file)
99
  st.image(image, caption='WordCloud', use_column_width=True)
 
93
 
94
  if st.button("Create"):
95
  output_file = create_stylecloud(text, language, icon)
96
+ st.markdown(f"### [Download WordCloud](/static/{output_file})")
97
 
98
  image = Image.open(output_file)
99
  st.image(image, caption='WordCloud', use_column_width=True)