No description
| pages | ||
| work | ||
| .gitignore | ||
| .python-version | ||
| app.py | ||
| echa_example.json | ||
| echa_example2.json | ||
| functions.py | ||
| pyproject.toml | ||
| README.md | ||
| report.py | ||
| requirements.txt | ||
| uv.lock | ||
cosmoguard_frontend
This repository contains a small Streamlit frontend prototype for Cosmoguard (Alpha v1).
Run the Streamlit app
Install dependencies and run the app locally (PowerShell):
python -m pip install -r requirements.txt
streamlit run app.py
The home page shows a changelog, a feature list with statuses, and a simple reporter to submit bugs or feature requests (saved to reports.txt).