jjoseph7/ActualCodingProject
0
1 2---3title: Notre Dame Women's Basketball Win Rate Analyzer4emoji: ๐5colorFrom: blue6colorTo: indigo7sdk: gradio8sdk_version: "3.48.0"9python_version: "3.10.0"10app_file: app.py11pinned: false12---13 14# Notre Dame Women's Basketball Win Rate Analyzer15 16This Gradio application allows you to analyze the historic win rate of Notre Dame Women's Basketball against various opponent teams.17 18## How to use:19 201. Select an opponent team from the dropdown menu.212. The app will display Notre Dame's win rate against that opponent, including the number of wins and total games played.22 23## Data Source:24 25The data is based on `ndwbb_game_history.csv`.26 27## Deployment:28 29This app is designed to be easily deployed on Hugging Face Spaces. Ensure `app.py`, `requirements.txt`, and `ndwbb_game_history.csv` are in the root directory of your Space.30 