A simple A/B Calculator built with Python and Streamlit.
# (Optional) Create and activate a virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
# Start the app
python -m streamlit run app.pyVisit the URL Streamlit provides (usually http://localhost:8501) in your browser.