VAM / src /streamlit_app.py
Pranav
init
f54e27b
Raw
History Blame Contribute Delete
236 Bytes
# 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__")