harshiv commited on
Commit
0f08203
1 Parent(s): d28e56c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def predict_placed(degree_p, internship, DSA, java, management, leadership, comm
64
 
65
  # Create Gradio interface
66
  inputs = [
67
- gr.inputs.Number(label='Degree Percentage', min_value=0, max_value=100),
68
  gr.inputs.Radio(label='Internship', choices=[0, 1]),
69
  gr.inputs.Radio(label='Data Structures & Algorithms', choices=[0, 1]),
70
  gr.inputs.Radio(label='Java', choices=[0, 1]),
 
64
 
65
  # Create Gradio interface
66
  inputs = [
67
+ gr.inputs.Number(label='Degree Percentage'),
68
  gr.inputs.Radio(label='Internship', choices=[0, 1]),
69
  gr.inputs.Radio(label='Data Structures & Algorithms', choices=[0, 1]),
70
  gr.inputs.Radio(label='Java', choices=[0, 1]),