streamlit-gosling-demo

This repo hosts a demo for streamlit-gosling

Open the demo on Streamlit Clound

How to run the demo locally

  • Download the repo to your computer

  • Insall dependencies

    In the command line, go to the repo folder and run

    pip install -r requirements.txt
    
  • Run Streamlit from the command line, run

    streamlit run st_gos_demo.py