File size: 119 Bytes
b8769be
 
 
 
26fd4ec
 
 
1
2
3
4
5
6
7
import streamlit as st

@st.cache(suppress_st_warning=True)
def load_data():
  return

st.markdown("### Hello, world!")