Nathanotal commited on
Commit
12299c2
·
1 Parent(s): 263ad67
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ for feature in numericalInputs:
287
  inputs.append(gr.inputs.Number(default=0, label=theLabel))
288
 
289
  # Add a switch to choose between xgboost and autogluon
290
- inputs.append(gr.inputs.Checkbox( label='Use AutoGluon instead of XGBoost', default=False)))
291
 
292
  # Create the interface
293
  resultOutputs = [gr.outputs.Textbox(label='Result'), gr.outputs.Textbox(label='Error')]
 
287
  inputs.append(gr.inputs.Number(default=0, label=theLabel))
288
 
289
  # Add a switch to choose between xgboost and autogluon
290
+ inputs.append(gr.inputs.Checkbox( label='Use AutoGluon instead of XGBoost', default=False))
291
 
292
  # Create the interface
293
  resultOutputs = [gr.outputs.Textbox(label='Result'), gr.outputs.Textbox(label='Error')]