File size: 616 Bytes
4bd208e
 
 
 
 
 
 
 
 
 
b7327e0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
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.