Streamlit Jeopardy
Sometime back, I created a Streamlit App to practice Jeopardy questions. Initially deployed on heroku, it is now deployed on Streamlit's sharing service and you can access it here.
Here's a screen shot (the score tracking is still wonky!)
The question bank for the app comes from JArchive. I have github action running in this repo that updates the question bank on a weekly basis.
The code for the app is inspired by the Jeopardy slack bot and can be accessed from this github repo.