Spaces:
Paused
Paused
add __init__.py
Browse files
opendashboards/hello_world.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
import streamlit as st
|
2 |
-
from
|
3 |
st.write('HELLO BOITCHES')
|
|
|
1 |
import streamlit as st
|
2 |
+
from utils.utils import get_data
|
3 |
st.write('HELLO BOITCHES')
|