Upload app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ region_input = gr.Dropdown(
|
|
| 85 |
label='region'
|
| 86 |
)
|
| 87 |
|
| 88 |
-
model_output = gr.
|
| 89 |
|
| 90 |
# Create the gradio interface, make title "HealthyLife Insurance Charge Prediction"
|
| 91 |
|
|
|
|
| 85 |
label='region'
|
| 86 |
)
|
| 87 |
|
| 88 |
+
model_output = gr.lable(lable="Insurace Charges")
|
| 89 |
|
| 90 |
# Create the gradio interface, make title "HealthyLife Insurance Charge Prediction"
|
| 91 |
|