Go to file
2024-10-13 17:31:22 +00:00
main.py drop unused functions 2024-10-13 13:23:26 -04:00
README.md Update README.md 2024-10-13 17:31:22 +00:00

Steps to init

  • just need to do this one time
python -m venv .venv
source .venv/bin/active
  • To install streamlit
pip install streamlit CookieManager json os  datetime requests

After the rust server is active, you can start running the python service

streamlit run main.py