MasoudSamaei commited on
Commit
eb88b5b
1 Parent(s): 72f0d78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -28,6 +28,7 @@ def make_prediction(al, type, dr, sn, percent, tmax):
28
 
29
  import gradio as gr
30
 
 
31
  #Create the input component for Gradio since we are expecting 5 inputs
32
 
33
  Algorithm = gr.Radio(["Decision Tree", "Random Forest", "XGBoost", "AdaBoost"], value="Decision Tree", label="Algorithm")
 
28
 
29
  import gradio as gr
30
 
31
+
32
  #Create the input component for Gradio since we are expecting 5 inputs
33
 
34
  Algorithm = gr.Radio(["Decision Tree", "Random Forest", "XGBoost", "AdaBoost"], value="Decision Tree", label="Algorithm")