sn1 / opendashboards /hello_world.py
unconst's picture
add __init__.py
6a4ccf0
raw
history blame
82 Bytes
import streamlit as st
from utils.utils import get_data
st.write('HELLO BOITCHES')