Spaces:
Runtime error
Runtime error
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') |