naughtondale commited on
Commit
b21bc76
·
1 Parent(s): 9956625

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def predict_risk(age, sex, bmi, children, smoker, region):
46
  iface = gr.Interface(fn=predict_risk,
47
  inputs=['number', 'text', 'number', 'number', 'text', 'text'],
48
  outputs='text',
49
- title=' Insurance Customer Risk Prediction Model'
50
  theme=gr.themes.Monochrome(
51
  primary_hue="blue",
52
  secondary_hue="blue",
 
46
  iface = gr.Interface(fn=predict_risk,
47
  inputs=['number', 'text', 'number', 'number', 'text', 'text'],
48
  outputs='text',
49
+ title='Insurance Customer Risk Prediction Model',
50
  theme=gr.themes.Monochrome(
51
  primary_hue="blue",
52
  secondary_hue="blue",