Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -31,7 +31,7 @@ sys.path.append(str(REPO_TARGET))
|
|
| 31 |
|
| 32 |
# ---- 4. now safe to import streamlit and run the app
|
| 33 |
import streamlit as st
|
| 34 |
-
import huniu
|
| 35 |
st.title("hello huniu 🐱")
|
| 36 |
st.write("repo loaded from", str(REPO_TARGET))
|
| 37 |
hn.huniu()
|
|
|
|
| 31 |
|
| 32 |
# ---- 4. now safe to import streamlit and run the app
|
| 33 |
import streamlit as st
|
| 34 |
+
import huniu
|
| 35 |
st.title("hello huniu 🐱")
|
| 36 |
st.write("repo loaded from", str(REPO_TARGET))
|
| 37 |
hn.huniu()
|