Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,11 +93,11 @@ class TVT_Dataset(Dataset):
|
|
93 |
|
94 |
|
95 |
# 텍스트 input 박스
|
96 |
-
business = st.text_input('
|
97 |
-
business_work = st.text_input('사업체 하는일')
|
98 |
-
work_department = st.text_input('근무부서')
|
99 |
-
work_position = st.text_input('직책')
|
100 |
-
what_do_i = st.text_input('내가 하는 일')
|
101 |
|
102 |
|
103 |
# data 준비
|
|
|
93 |
|
94 |
|
95 |
# 텍스트 input 박스
|
96 |
+
business = st.text_input('')
|
97 |
+
# business_work = st.text_input('사업체 하는일')
|
98 |
+
# work_department = st.text_input('근무부서')
|
99 |
+
# work_position = st.text_input('직책')
|
100 |
+
# what_do_i = st.text_input('내가 하는 일')
|
101 |
|
102 |
|
103 |
# data 준비
|