# Description Create basic frontend UI with widgets for file upload. # Objectives - [x] `pip install streamlit` - [ ] Add title for project with a logo. - [x] Add file upload widget with label. Allowed extensions are currently `.txt`, `doc`, `docx`, `pdf`. - [x] Add button for wiki creation.