An extensible framework for monitoring and securing neural communications, designed for transparency and interoperability across brain-computer interfaces (BCIs).

1 Open Issue Need Help Last updated: Jan 25, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue involves updating Streamlit components in `tara_mvp/ui/app.py` to replace the deprecated `use_container_width` parameter with the new `width` parameter. Specifically, `use_container_width=True` should become `width='stretch'`, and `use_container_width=False` should become `width='content'`. This change needs to be completed before the deprecation date of 2025-12-31.

Complexity: 1/5
bug good first issue

An extensible framework for monitoring and securing neural communications, designed for transparency and interoperability across brain-computer interfaces (BCIs).

Python