Omdena_Toronto_Streamlit_App / _contributors.py
arpy8's picture
update app
6fdec8e
raw
history blame
149 Bytes
import streamlit as st
from config import CONTRIBUTORS
def contributors_page():
st.balloons()
st.write(CONTRIBUTORS, unsafe_allow_html=True)