fixed bug
Browse files
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(
|
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') :
|