The README tells people to run streamlit run app.py, but the repo does not contain app.py; the Streamlit entry file is mbox_viewer_streamlit.py. The README also tells users to pip install -r requirements.txt, but requirements.txt is not present in the repo file list shown on GitHub. That makes first-run setup likely to fail.
The README tells people to run streamlit run app.py, but the repo does not contain app.py; the Streamlit entry file is mbox_viewer_streamlit.py. The README also tells users to pip install -r requirements.txt, but requirements.txt is not present in the repo file list shown on GitHub. That makes first-run setup likely to fail.