Spaces:
Sleeping
Sleeping
Update pages/python.py
Browse files- pages/python.py +1 -1
pages/python.py
CHANGED
|
@@ -14,7 +14,7 @@ st.title("🤖 AI Mentor Chat")
|
|
| 14 |
|
| 15 |
# --- Sidebar for selections ---
|
| 16 |
st.sidebar.title("Mentor Preferences")
|
| 17 |
-
|
| 18 |
exp1 = ['<1', '1', '2', '3', '4', '5', '5+']
|
| 19 |
exp = st.sidebar.selectbox("Select experience:", exp1)
|
| 20 |
|
|
|
|
| 14 |
|
| 15 |
# --- Sidebar for selections ---
|
| 16 |
st.sidebar.title("Mentor Preferences")
|
| 17 |
+
|
| 18 |
exp1 = ['<1', '1', '2', '3', '4', '5', '5+']
|
| 19 |
exp = st.sidebar.selectbox("Select experience:", exp1)
|
| 20 |
|