MatthiasLamb commited on
Commit
57dad6e
·
verified ·
1 Parent(s): 537dc6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 25 (Matthias L)"
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