Parthebhan commited on
Commit
0ccc29e
·
verified ·
1 Parent(s): 2642ace

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ salarybracket_ga = gr.Interface(fn=salarybracket,
30
  gr.Number(0, 4356, label="Capital Loss [0 to 4356]"),
31
  gr.Number(1, 99, label="Hours per Week [1 to 99]"),
32
  gr.Number(0, 40, label="Native Country [0 to 40]"),
33
- ]
34
  outputs="text", title="Salary Bracket Prediction",
35
  examples = [
36
  [75,0,0,6,6,0,2,1,0,0,0,1,3,0,0],
 
30
  gr.Number(0, 4356, label="Capital Loss [0 to 4356]"),
31
  gr.Number(1, 99, label="Hours per Week [1 to 99]"),
32
  gr.Number(0, 40, label="Native Country [0 to 40]"),
33
+ ],
34
  outputs="text", title="Salary Bracket Prediction",
35
  examples = [
36
  [75,0,0,6,6,0,2,1,0,0,0,1,3,0,0],