olivermueller commited on
Commit
a5b2d5a
1 Parent(s): 5e17186
Files changed (1) hide show
  1. app.py +20 -3
app.py CHANGED
@@ -37,9 +37,26 @@ st.header('Variables')
37
  st.markdown(
38
  """
39
  The dataset contains the following variables:
40
- - Variable 1
41
- - Variable 2
42
- - Variable 3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  """
44
  )
45
  #st.divider()
 
37
  st.markdown(
38
  """
39
  The dataset contains the following variables:
40
+ - Status of existing checking account
41
+ - Credit duration in month
42
+ - Credit history
43
+ - Purpose
44
+ - Credit amount
45
+ - Savings account/bonds
46
+ - Present employment since
47
+ - Installment rate in percentage of disposable income
48
+ - Other debtors / guarantors
49
+ - Present residence since
50
+ - Property
51
+ - Age in years
52
+ - Other installment plans
53
+ - Housing
54
+ - Number of existing credits at this bank
55
+ - Job
56
+ - Number of people being liable to provide maintenance for
57
+ - Telephone
58
+ - Foreign worker
59
+ - Gender
60
  """
61
  )
62
  #st.divider()