Spaces:
Sleeping
Sleeping
Update pages/python.py
Browse files- pages/python.py +1 -0
pages/python.py
CHANGED
|
@@ -24,6 +24,7 @@ deep_seek = ChatHuggingFace(llm=deep_seek_skeleton,
|
|
| 24 |
task = 'conversational')
|
| 25 |
|
| 26 |
exp = st.dropdown(['<1', '1', '2', '3', '4', '5', '5+'])
|
|
|
|
| 27 |
if exp == '<1':
|
| 28 |
experince = 'New bie mentor'
|
| 29 |
elif exp == '1':
|
|
|
|
| 24 |
task = 'conversational')
|
| 25 |
|
| 26 |
exp = st.dropdown(['<1', '1', '2', '3', '4', '5', '5+'])
|
| 27 |
+
selected = st.selectbox("Select experience:", exp)
|
| 28 |
if exp == '<1':
|
| 29 |
experince = 'New bie mentor'
|
| 30 |
elif exp == '1':
|