Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
arpy8
/
Omdena_Toronto_Streamlit_App
like
0
Sleeping
App
Files
Files
Community
6fdec8e
Omdena_Toronto_Streamlit_App
/
_contributors.py
arpy8
update app
6fdec8e
11 months ago
raw
Copy download link
history
blame
Safe
149 Bytes
import
streamlit
as
st
from
config
import
CONTRIBUTORS
def
contributors_page
():
st.balloons()
st.write(CONTRIBUTORS, unsafe_allow_html=
True
)