Commit ·
f6c95a7
1
Parent(s): 8b62b0d
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ from sklearn.linear_model import LinearRegression
|
|
| 3 |
from sklearn.preprocessing import LabelEncoder
|
| 4 |
import gradio as gr
|
| 5 |
import numpy as np
|
|
|
|
| 6 |
|
| 7 |
# Load the data
|
| 8 |
df = pd.read_csv('insurance_data.csv')
|
|
|
|
| 3 |
from sklearn.preprocessing import LabelEncoder
|
| 4 |
import gradio as gr
|
| 5 |
import numpy as np
|
| 6 |
+
import os
|
| 7 |
|
| 8 |
# Load the data
|
| 9 |
df = pd.read_csv('insurance_data.csv')
|