No description
Find a file
Adish 368fd70551
Some checks failed
Deploy / deploy (push) Has been cancelled
added action
2026-03-17 20:12:41 +01:00
.forgejo/workflows added action 2026-03-17 20:12:41 +01:00
pages update fronted big 2026-03-13 23:54:16 +01:00
work first big update 2025-12-01 19:03:21 +01:00
.gitignore first release 2025-12-14 17:01:16 +01:00
.python-version first big update 2025-12-01 19:03:21 +01:00
app.py fix 2026-03-14 00:01:51 +01:00
cir-reports.csv update fronted big 2026-03-13 23:54:16 +01:00
data.csv first release 2025-12-14 17:01:16 +01:00
functions.py added action 2026-03-17 20:12:41 +01:00
functions_ui.py update fronted big 2026-03-13 23:54:16 +01:00
pyproject.toml update fronted big 2026-03-13 23:54:16 +01:00
README.md first big update 2025-12-01 19:03:21 +01:00
requirements.txt first big update 2025-12-01 19:03:21 +01:00
uv.lock added action 2026-03-17 20:12:41 +01:00

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).