File size: 236 Bytes
f54e27b
 
 
 
1
2
3
4
5
# Canonical app entry point is streamlit/app.py
# This file is kept for backwards compatibility only.
import runpy, os
runpy.run_path(os.path.join(os.path.dirname(os.path.dirname(__file__)), "streamlit", "app.py"), run_name="__main__")