| --- |
| title: Group056IntroToHealthInfo |
| emoji: 🏥 |
| colorFrom: blue |
| colorTo: pink |
| sdk: gradio |
| app_file: thicc/app.py |
| pinned: false |
| --- |
| |
| ## Prerequisites |
|
|
| - Python 3.8 or higher |
| - Install the required dependencies: |
|
|
| ```bash |
| pip install -r requirements.txt |
| ``` |
|
|
| ## How to Run |
|
|
| 1. Run the application: |
| ```bash |
| python thicc/app.py |
| ``` |
|
|
| 3. Open the Gradio interface in your browser using the URL provided in the terminal (e.g., `http://127.0.0.1:7860`). |
|
|
| ## Sample Data |
|
|
| The application uses a sample CSV file (`sample_data.csv`) located in the project directory. You can modify this file to include your own data. |
|
|