UI

Contents

UI#

class SurVigilance.ui.UI[source]#

The UI class runs a Streamlit dashboard. Please see - for more information.

Examples#

>>> from SurVigilance.ui import UI
>>> UI().run()

Methods

UI.run()

The function runs the Streamlit dashboard using runpy.


UI.run() None[source]#

The function runs the Streamlit dashboard using runpy.