Keytaro commited on
Commit
bc70b81
·
1 Parent(s): 45d98f0

add japanese translation for web

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def predict_term_deposit(age, duration, cc_contact_freq, days_since_pc, pc_conta
48
  defaulter, home_loan, personal_loan, communication_type, last_contacted,
49
  day_of_week, pc_outcome):
50
  sample = {
51
- 'Age': age,
52
  'Duration(Sec)': duration,
53
  'CC Contact Freq': cc_contact_freq,
54
  'Days Since PC': days_since_pc,
 
48
  defaulter, home_loan, personal_loan, communication_type, last_contacted,
49
  day_of_week, pc_outcome):
50
  sample = {
51
+ 'Age / 顧客の年齢': age,
52
  'Duration(Sec)': duration,
53
  'CC Contact Freq': cc_contact_freq,
54
  'Days Since PC': days_since_pc,