No description
| pages | ||
| work | ||
| .gitignore | ||
| .python-version | ||
| app.py | ||
| cir-reports.csv | ||
| data.csv | ||
| functions.py | ||
| functions_ui.py | ||
| pyproject.toml | ||
| README.md | ||
| 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).