File size: 168 Bytes
5ee1e0e
 
74afce6
 
 
 
1
2
3
4
5
6
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')