Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 11 |
-
st.write("Batch
|
| 12 |
-
st.write("Objective
|
| 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:
|