Upload app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ sex_ipnut = gr.Dropdown(['male','female'],label='sex')
|
|
| 82 |
smoker_input = gr.Dropdown(['yes','no'],label='smoker')
|
| 83 |
region_input = gr.Dropdown(
|
| 84 |
['southeast','southwest','northwest','northeast'],
|
| 85 |
-
|
| 86 |
)
|
| 87 |
|
| 88 |
model_output = gr.label(label="Insurace Charges")
|
|
|
|
| 82 |
smoker_input = gr.Dropdown(['yes','no'],label='smoker')
|
| 83 |
region_input = gr.Dropdown(
|
| 84 |
['southeast','southwest','northwest','northeast'],
|
| 85 |
+
label='region'
|
| 86 |
)
|
| 87 |
|
| 88 |
model_output = gr.label(label="Insurace Charges")
|