A playful mobile-friendly Streamlit app for the Girl Math Hair Salon VIP pass experience.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run app.pyThen open http://localhost:8501.
- Push this repo to GitHub.
- Create a new app in Streamlit Community Cloud.
- Set the entrypoint to
app.py.
docker build -t girl-math .
docker run -p 8501:8501 girl-math- Better mobile spacing and responsive styling
- Cleaner card-based layout
- Safer name-tag preview rendering
- Deployment files for Streamlit and Docker