MotoPanda commited on
Commit
f885a84
·
verified ·
1 Parent(s): 67b30c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with st.sidebar:
85
  list_skills = []
86
  for i in sorted(set(df1['Необходимые навыки'])):
87
  skill = st.checkbox(i, key=f"{i}")
88
- if skill:
89
  list_skills.append(i)
90
 
91
  # python = st.checkbox("Python", key=f"{i+1}mlr")
 
85
  list_skills = []
86
  for i in sorted(set(df1['Необходимые навыки'])):
87
  skill = st.checkbox(i, key=f"{i}")
88
+ if skill != '-':
89
  list_skills.append(i)
90
 
91
  # python = st.checkbox("Python", key=f"{i+1}mlr")