Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ if st.button('확인'):
|
|
129 |
input_col_type[2]: md_input[2],
|
130 |
input_col_type[3]: md_input[3],
|
131 |
input_col_type[4]: md_input[4]
|
132 |
-
})
|
133 |
|
134 |
# test_dataset = pd.read_csv(DATA_IN_PATH + test_set_name, sep='|', na_filter=False)
|
135 |
|
|
|
129 |
input_col_type[2]: md_input[2],
|
130 |
input_col_type[3]: md_input[3],
|
131 |
input_col_type[4]: md_input[4]
|
132 |
+
}, index=[0])
|
133 |
|
134 |
# test_dataset = pd.read_csv(DATA_IN_PATH + test_set_name, sep='|', na_filter=False)
|
135 |
|