Spaces:
Runtime error
Runtime error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +3 -5
src/streamlit_app.py
CHANGED
|
@@ -3,9 +3,7 @@
|
|
| 3 |
# Now import your app modules
|
| 4 |
import streamlit as st
|
| 5 |
|
| 6 |
-
from scikitplot.ui_app.streamlit import
|
| 7 |
|
| 8 |
-
#
|
| 9 |
-
|
| 10 |
-
## app entry-point
|
| 11 |
-
template_st_app.run_app_ui()
|
|
|
|
| 3 |
# Now import your app modules
|
| 4 |
import streamlit as st
|
| 5 |
|
| 6 |
+
from scikitplot.ui_app.streamlit.template_st_app import run_app_ui
|
| 7 |
|
| 8 |
+
## app entry-point
|
| 9 |
+
run_app_ui()
|
|
|
|
|
|