Zakia commited on
Commit
f5c4965
1 Parent(s): b90051c

removed indent

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -15,7 +15,6 @@ def diabetes_related_amputation_risk_calc(age, gender, race, diabetes_type):
15
 
16
  iface = gr.Interface(
17
  fn=diabetes_related_amputation_risk_calc,
18
- inputs=["text", "checkbox", "checkbox", "checkbox"]),
19
- outputs="text")
20
 
21
  iface.launch()
 
15
 
16
  iface = gr.Interface(
17
  fn=diabetes_related_amputation_risk_calc,
18
+ inputs=["text", "checkbox", "checkbox", "checkbox"]), outputs="text")
 
19
 
20
  iface.launch()