MotoPanda commited on
Commit
73ed48e
·
verified ·
1 Parent(s): 2e8c2f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ with st.sidebar:
25
  st.write("Выбрано:", sphere)
26
 
27
  job = st.selectbox(
28
- "Выбери сферу:", options=list(df1['Профессия'].unique()), key=2)
29
  st.write("Выбрано:", job)
30
 
31
  # st.write(df.columns)
 
25
  st.write("Выбрано:", sphere)
26
 
27
  job = st.selectbox(
28
+ "Выбери профессию:", options=list(df1['Профессия'].unique()), key=2)
29
  st.write("Выбрано:", job)
30
 
31
  # st.write(df.columns)