Spaces:
Runtime error
Runtime error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -17,5 +17,5 @@ for path in ["/tmp/.streamlit", "/tmp/matplotlib", "/tmp/fontconfig"]:
|
|
| 17 |
# Now import your app modules
|
| 18 |
import streamlit as st
|
| 19 |
|
| 20 |
-
from scikitplot.streamlit import template_st_app
|
| 21 |
template_st_app.run_app_ui()
|
|
|
|
| 17 |
# Now import your app modules
|
| 18 |
import streamlit as st
|
| 19 |
|
| 20 |
+
from scikitplot.ui_app.streamlit import template_st_app
|
| 21 |
template_st_app.run_app_ui()
|