Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,10 +6,10 @@ import prediction
|
|
6 |
page = st.sidebar.selectbox("choose page: ", ("Home page","Data exploration","Data Prediction"))
|
7 |
|
8 |
if page == "Home page":
|
9 |
-
st.title("
|
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:
|
|
|
6 |
page = st.sidebar.selectbox("choose page: ", ("Home page","Data exploration","Data Prediction"))
|
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:
|