Run the app with the active Python environment that has the dependencies installed.
Install dependencies (recommended inside a virtualenv):
pip install -r requirements.txtRun the app:
streamlit run catenary_app.pyThe app shows sidebar parameters for length and endpoint heights and displays the computed catenary curve.