Zakia commited on
Commit
56e6fe5
1 Parent(s): f5c4965

add brackets

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,6 +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"]), outputs="text")
19
 
20
  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()