Parthebhan commited on
Commit
8ef34b6
·
verified ·
1 Parent(s): 0ccc29e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ salarybracket_ga = gr.Interface(fn=salarybracket,
39
  [51,5,12,14,2,4,0,4,1,15024,0,50,38,1,1],
40
  [66,0,15,10,2,0,0,4,1,0,1825,40,38,1,1],
41
  ],
42
- description="Predicting Income_bracket Prediction Using Machine Learning",
43
  theme='dark'
44
  )
45
 
 
39
  [51,5,12,14,2,4,0,4,1,15024,0,50,38,1,1],
40
  [66,0,15,10,2,0,0,4,1,0,1825,40,38,1,1],
41
  ],
42
+ description="Predicting Income_bracket Prediction Using TensorFlow",
43
  theme='dark'
44
  )
45