Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ if page == "Home page":
|
|
9 |
st.title("Default Payment Prediction")
|
10 |
st.write("Name :Dicky Gabriel")
|
11 |
st.write("Batch :SBY-002")
|
12 |
-
st.write("Objective : Predict
|
13 |
elif page == "Data exploration":
|
14 |
eda.run()
|
15 |
else:
|
|
|
9 |
st.title("Default Payment 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:
|