A minimal Streamlit app showing how to launch and stop a FastAPI process on demand. The FastAPI /run
route simulates a long-running process which is launched on a separate thread.
Ensure the required packages are installed:
pip install -r requirements.txt
To run the app:
streamlit run lrp_app.py