Spaces:
Runtime error
Runtime error
Azie88
commited on
Commit
·
c884ca1
1
Parent(s):
8904e01
app update sidebar
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ st.write("<center><h1>Electricity Access Prediction App ⚡</h1></center>", unsa
|
|
24 |
|
25 |
# Sidebar navigation
|
26 |
st.sidebar.write("## Choose a page")
|
27 |
-
page = st.sidebar.selectbox(
|
28 |
|
29 |
|
30 |
|
|
|
24 |
|
25 |
# Sidebar navigation
|
26 |
st.sidebar.write("## Choose a page")
|
27 |
+
page = st.sidebar.selectbox(["Predicted Dataset", "Prediction"])
|
28 |
|
29 |
|
30 |
|