ef4294f
1
2
3
4
5
6
7
#!/usr/bin/env python from streamlit.web.cli import main_run if '__main__' == __name__: main_run(['app.py'])