zenes's picture
Add streamlit application
035e155
raw
history blame
No virus
85 Bytes
import streamlit_config as st
if __name__ == "__main__":
st.init()
st.run()