didev007 commited on
Commit
2bee8d2
·
1 Parent(s): 0b85298

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -7,9 +7,9 @@ page = st.sidebar.selectbox("choose page: ", ("Home page","Data exploration","Da
7
 
8
  if page == "Home page":
9
  st.title("Passanger Satisfaction Prediction ")
10
- st.write("Name :Dicky Gabriel ")
11
- st.write("Batch :SBY-002 ")
12
- st.write("Objective : Predict Passanger Satisfaction ")
13
  elif page == "Data exploration":
14
  eda.run()
15
  else:
 
7
 
8
  if page == "Home page":
9
  st.title("Passanger Satisfaction Prediction ")
10
+ st.write("Name: Dicky Gabriel ")
11
+ st.write("Batch: SBY-002 ")
12
+ st.write("Objective: Predict Passanger Satisfaction ")
13
  elif page == "Data exploration":
14
  eda.run()
15
  else: