Spaces:
Runtime error
Runtime error
File size: 85 Bytes
035e155 |
1 2 3 4 5 6 |
import streamlit_config as st
if __name__ == "__main__":
st.init()
st.run()
|