Spaces:
Runtime error
Runtime error
Create streamlit_app.py
Browse files- 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()
|