This Streamlit app performs A/B testing on two different visualizations to determine which is more effective at answering a business question using the Iris dataset.
- A/B Testing: Randomly displays either a bar chart or box plot
- Response Time Measurement: Tracks how long users take to answer
- Google Sheets Integration: Pulls data directly from Google Sheets
- Interactive UI: Includes animations and progress indicators
- Clone the repository
- Install dependencies:
pip install -r requirements.txt - Add your Google Sheets credentials in
credentials.json - Run the app:
streamlit run A1.py
- Python 3.8+
- Streamlit
- Seaborn
- Pandas
- Gspread
- OAuth2Client