Skip to content

Commit 3055986

Browse files
committed
fix
1 parent 265752f commit 3055986

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

code/util/streamlit.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,8 +1189,6 @@ def add_download_plotly_as_svg(fig, file_name="plot.svg"):
11891189
fig.write_image(svg_file, format='svg')
11901190
svg_file.seek(0) # Reset file pointer to the beginning
11911191

1192-
svg_file = save_plotly_to_svg(fig)
1193-
11941192
# Add a download button to download the SVG file
11951193
st.download_button(
11961194
label="Download SVG",

0 commit comments

Comments
 (0)