unconst commited on
Commit
6a4ccf0
·
1 Parent(s): ad7bef8

add __init__.py

Browse files
Files changed (1) hide show
  1. opendashboards/hello_world.py +1 -1
opendashboards/hello_world.py CHANGED
@@ -1,3 +1,3 @@
1
  import streamlit as st
2
- from .utils.utils import get_data
3
  st.write('HELLO BOITCHES')
 
1
  import streamlit as st
2
+ from utils.utils import get_data
3
  st.write('HELLO BOITCHES')