Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def main():
|
|
17 |
st.sidebar.markdown("Select a page to view")
|
18 |
|
19 |
# Navigation options
|
20 |
-
page = st.sidebar.radio("Go to", ["Home",
|
21 |
|
22 |
if page == "Home":
|
23 |
st.title("Welcome to Job Description Analysis App")
|
|
|
17 |
st.sidebar.markdown("Select a page to view")
|
18 |
|
19 |
# Navigation options
|
20 |
+
page = st.sidebar.radio("Go to", ["Home", "Job Description Analysis", "Interview Preparation","Projects Suggestion","Projects Guide","Profile Detail"])
|
21 |
|
22 |
if page == "Home":
|
23 |
st.title("Welcome to Job Description Analysis App")
|