An example streamlit app to query wikipedia articles and use huggingface transformers library to answer user questions based on the selected article.
Install dependencies (see imports in app.py) and run:
streamlit run app.py
Partly based on: https://www.blog.confetti.ai/post/deploying-a-state-of-the-art-question-answering-system-with-60-lines-of-python-and-streamlit