UI#
- class QuadratiK.ui.UI#
The UI class runs a Streamlit dashboard. Please see - https://quadratik.readthedocs.io/en/latest/user_guide/basic_usage.html#Initializing-the-Dashboard for more information.
Examples#
from QuadratiK.ui import UI UI().run()
Methods
|
The function runs the Streamlit dashboard using runpy. |
- UI.run() None#
The function runs the Streamlit dashboard using runpy.