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 ์ค๋น
|