FKBaffour commited on
Commit
5d9a75d
1 Parent(s): 235db1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ The table below gives a description on the variables required to make prediction
46
  | Age | Age of passenger |Enter age of passenger|
47
  | Fare | Passenger fare |Enter Fare of passenger|
48
  | Embarked | Port of Embarkation|C=Cherbourg/ Q=Queenstown/ S=Southampton|
49
- | IsAlone | Whether passenger has relative(s) onboard or not|No = Passenger has relatives on board/ Yes = Passenger is Alone|
50
  """)
51
 
52
  elif social_acc_nav == 'EDA':
 
46
  | Age | Age of passenger |Enter age of passenger|
47
  | Fare | Passenger fare |Enter Fare of passenger|
48
  | Embarked | Port of Embarkation|C=Cherbourg/ Q=Queenstown/ S=Southampton|
49
+ | IsAlone | Whether passenger has relative(s) onboard or not|No = Passenger has relative(s) on board/ Yes = Passenger is Alone|
50
  """)
51
 
52
  elif social_acc_nav == 'EDA':