Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 194 Bytes

File metadata and controls

7 lines (6 loc) · 194 Bytes

Setup

  1. (Optional) Init virtual environment
  2. pip install -r requirements.txt
  3. Run
    • streamlit run app.py
    • streamlit run app.py --server.address 0.0.0.0 --server.port 8501