## Description After doing all the steps in the README and executing `streamlit run streamlit.py` I see this error: `ModuleNotFoundError: No module named 'keyboard'` ## Workaround Install the package: `pip install keyboard`