Streamlit Dashboard for Internal Analysis
To run locally
- Install python 3.12.0 - https://www.python.org/downloads/release/python-3123/
- git clone https://github.com/curiouslearning/cl-dashboard-internal.git
- cd to ./cl-dashboard-internal
- pip install -r requirements.txt
- streamlit run Acquisition_Funnel.py
docker build --no-cache --platform linux/amd64 -t gcr.io/dataexploration-193817/cl-dashboard-internal:latest . docker push gcr.io/dataexploration-193817/cl-dashboard-internal:latest