celik-muhammed commited on
Commit
eb56ce6
·
verified ·
1 Parent(s): 8b8b2b1

Create streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +5 -0
src/streamlit_app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ """template_st_app."""
2
+
3
+ from scikitplot.streamlit import template_st_app
4
+
5
+ template_st_app.run_app_ui()