Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ def main_func(age, education, workclass, marital_status, race, sex, hours_per_we
|
|
| 71 |
return {"≤ $50K": float(prob[0][0]), "> $50K": float(prob[0][1])}, local_plot
|
| 72 |
|
| 73 |
# Gradio UI
|
| 74 |
-
title = "Income Predictor Group
|
| 75 |
description1 = """This app takes demographic information to predict whether a household
|
| 76 |
earns ≤ $50K or > $50K annually"""
|
| 77 |
|
|
|
|
| 71 |
return {"≤ $50K": float(prob[0][0]), "> $50K": float(prob[0][1])}, local_plot
|
| 72 |
|
| 73 |
# Gradio UI
|
| 74 |
+
title = "Income Predictor Group 2"
|
| 75 |
description1 = """This app takes demographic information to predict whether a household
|
| 76 |
earns ≤ $50K or > $50K annually"""
|
| 77 |
|