Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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](
|
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)
|