Marissa Gerchick
testing
74afce6
raw
history blame contribute delete
168 Bytes
import streamlit as st
if st.button('Say hello'):
st.write('Imagine this is a version of a model card for policymakers')
else:
st.write('Default Model Card')