alejandro-ao / ask-multiple-pdfs

A Langchain app that allows you to chat with multiple PDFs
1.66k stars 940 forks source link

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

Open Rajat4Mahajan opened 1 year ago

Rajat4Mahajan commented 1 year ago

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

costabm commented 11 months ago

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