Nechba commited on
Commit
1bfc496
·
1 Parent(s): 51e35f2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -215,7 +215,7 @@ with st.container():
215
  comments = {}
216
  keys = get_all_keys(schema)
217
  else:
218
- keys = get_all_keys(comments)
219
  comments = handle_comments(comments, keys)
220
  save_comments(document_id, comments)
221
  if schema and st.button('Process') :
 
215
  comments = {}
216
  keys = get_all_keys(schema)
217
  else:
218
+ keys = get_all_keys(schema)
219
  comments = handle_comments(comments, keys)
220
  save_comments(document_id, comments)
221
  if schema and st.button('Process') :