Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ what_do_i = st.text_input('내가 하는 일')
|
|
102 |
# data 준비
|
103 |
|
104 |
# test dataset을 만들어줍니다.
|
105 |
-
input_col_type = ['CMPNY_NM', 'MAJ_ACT', 'WORK_TYPE', 'POSITION', 'DEPT_NM'
|
106 |
|
107 |
def preprocess_dataset(dataset):
|
108 |
dataset.reset_index(drop=True, inplace=True)
|
|
|
102 |
# data 준비
|
103 |
|
104 |
# test dataset을 만들어줍니다.
|
105 |
+
input_col_type = ['CMPNY_NM', 'MAJ_ACT', 'WORK_TYPE', 'POSITION', 'DEPT_NM']
|
106 |
|
107 |
def preprocess_dataset(dataset):
|
108 |
dataset.reset_index(drop=True, inplace=True)
|