educrpg commited on
Commit
3a9839d
·
verified ·
1 Parent(s): b90e384

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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.huniu as hn
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()