Use the following code to run this Lightning App locally:
conda create -n ord-app python=3.8
conda activate ord-app
pip install -r requirements.txt
After setting up the environment, you can run the App as shown below.
Locally:
lightning run app app.py
On the cloud:
lightning run app app.py --cloud
You can try an interactive version at https://bit.ly/3aCgSeG.