All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. Dates formatted as YYYY-MM-DD as per ISO standard.
Add docker image and hosted on GitHub Container Registry.
- Add
Dockerfilewhich builds conda environment and runs the app. - Add GitHub action which builds Docker image and pushes to GitHub Container Registry.
- Explained how to use Docker (and venv) in README.
Add note about st.spinner() to the home page.
- Explained that
st.spinner()won't work on stlite in an info box inHome.py.
Update author list, add DOI, and correct app home page.
- Removed Nav from
README.md,CITATION.cffandHome.py. - Correct
Home.py(to describe deployment as stlite and GitHub pages, and not Streamlit Community Cloud). - Add DOI to
README.md.
🌱 First release. Functioning streamlit app containing each of the LLM-generated apps as pages. Deployed using stlite and GitHub pages.