Spaces:
Runtime error
Runtime error
Marissa Gerchick commited on
Commit ·
74afce6
1
Parent(s): fd9e88a
testing
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
-
from streamlit_toggle import st_toggleswitch
|
| 3 |
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
| 1 |
import streamlit as st
|
|
|
|
| 2 |
|
| 3 |
+
if st.button('Say hello'):
|
| 4 |
+
st.write('Imagine this is a version of a model card for policymakers')
|
| 5 |
+
else:
|
| 6 |
+
st.write('Default Model Card')
|