Spaces:
Sleeping
Sleeping
"""template_st_app.""" | |
# Now import your app modules | |
import streamlit as st | |
from scikitplot.ui_app.streamlit.template_st_app import run_app_ui | |
## app entry-point | |
run_app_ui() | |