Spaces:
Running
Running
Zekun Wu
commited on
Commit
·
cc06641
1
Parent(s):
4fb7b55
update
Browse files- pages/1_Injection.py +1 -1
- resume.csv +2 -2
pages/1_Injection.py
CHANGED
@@ -76,7 +76,7 @@ else:
|
|
76 |
st.session_state.occupation) if st.session_state.occupation in categories else 0)
|
77 |
|
78 |
df = pd.read_csv("resume.csv")
|
79 |
-
df = df[df['
|
80 |
|
81 |
|
82 |
|
|
|
76 |
st.session_state.occupation) if st.session_state.occupation in categories else 0)
|
77 |
|
78 |
df = pd.read_csv("resume.csv")
|
79 |
+
df = df[df['Occupation'] == st.session_state.occupation]
|
80 |
|
81 |
|
82 |
|
resume.csv
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab93d6ca3929dc4824159216f1c63633c4da058dcdef009f87babf2010498856
|
3 |
+
size 15988084
|