bubuuunel commited on
Commit
79156a9
·
verified ·
1 Parent(s): 59792d2

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- lable='region'
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")