ask-multiple-pdfs icon indicating copy to clipboard operation
ask-multiple-pdfs copied to clipboard

Should allow only pdf files to be displayed when clicked on browse button.

Open Rajat4Mahajan opened this issue 1 year ago • 1 comments

Since the logic is written for converting pdf to txt, streamlit uploader should not allow user to see other txt,docx,img etc files.

This can be achieved if we put type="pdf" in st.uploader

Rajat4Mahajan avatar Sep 12 '23 12:09 Rajat4Mahajan

Thank you for your contribution @Rajat4Mahajan! I have added it to my pull request ( #45 )

costabm avatar Nov 02 '23 15:11 costabm