File size: 178 Bytes
eb56ce6
 
5a695e2
 
eb56ce6
e3623b2
69087b7
e3623b2
 
1
2
3
4
5
6
7
8
9
10
"""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()