Update app.py
Browse files
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
|
| 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 |
|