Spaces:
Runtime error
Runtime error
chuanenlin
commited on
Commit
•
21835d3
1
Parent(s):
d580476
Update pdf2preview.py
Browse files- pdf2preview.py +1 -2
pdf2preview.py
CHANGED
@@ -115,5 +115,4 @@ if st.button('Generate preview'):
|
|
115 |
download = st.download_button(label="Download image", data=output, file_name="pdf2preview.png", mime="image/png")
|
116 |
if st.session_state.file is None:
|
117 |
remove_file(filename)
|
118 |
-
st.markdown("By [David Chuan-En Lin](https://chuanenlin.com). PDF URL support by [
|
119 |
-
Eliott Zemour](https://github.com/EliottZemour). Play with the code at https://github.com/chuanenlin/pdf2preview.")
|
|
|
115 |
download = st.download_button(label="Download image", data=output, file_name="pdf2preview.png", mime="image/png")
|
116 |
if st.session_state.file is None:
|
117 |
remove_file(filename)
|
118 |
+
st.markdown("By [David Chuan-En Lin](https://chuanenlin.com). PDF URL support by [Eliott Zemour](https://github.com/EliottZemour). Play with the code at https://github.com/chuanenlin/pdf2preview.")
|
|