No description
Find a file
2025-12-01 19:03:21 +01:00
pages first big update 2025-12-01 19:03:21 +01:00
work first big update 2025-12-01 19:03:21 +01:00
.gitignore Initial commit 2025-11-23 19:48:19 +01:00
.python-version first big update 2025-12-01 19:03:21 +01:00
app.py first big update 2025-12-01 19:03:21 +01:00
echa_example.json first big update 2025-12-01 19:03:21 +01:00
echa_example2.json first big update 2025-12-01 19:03:21 +01:00
functions.py first big update 2025-12-01 19:03:21 +01:00
pyproject.toml first big update 2025-12-01 19:03:21 +01:00
README.md first big update 2025-12-01 19:03:21 +01:00
report.py 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 first big update 2025-12-01 19:03:21 +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).