Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 420 Bytes

File metadata and controls

17 lines (12 loc) · 420 Bytes

Simple Streamlit + FastAPI Integration

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

Demo

demo