Spaces:
Runtime error
Runtime error
| # 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__") | |