Example for discussion: https://discuss.streamlit.io/t/how-to-evolve-complex-state-e-g-annotate-data/
Install the requirements.
fastapi==0.42.0
streamlit==0.49.0
uvicorn==0.9.1
Run the server.
uvicorn server:app --reload
Run Streamlit.
streamlit run letters.py