ki33elev's picture
Update app.py
26fd4ec
import streamlit as st
@st.cache(suppress_st_warning=True)
def load_data():
return
st.markdown("### Hello, world!")