MilanM commited on
Commit
f1a2db3
·
verified ·
1 Parent(s): d7afa7f

Update visualizer_app.py

Browse files
Files changed (1) hide show
  1. visualizer_app.py +1 -1
visualizer_app.py CHANGED
@@ -871,7 +871,7 @@ def chunks_to_process(
871
  document_range_stack,
872
  get_data_in_range_triplequote,
873
  ):
874
- if dict_from_nodes is not None and document_range_stack.value is not None:
875
 
876
  chunk_dict_df = create_cumulative_dataframe(dict_from_nodes)
877
 
 
871
  document_range_stack,
872
  get_data_in_range_triplequote,
873
  ):
874
+ if dict_from_nodes is not None and document_range_stack is not None:
875
 
876
  chunk_dict_df = create_cumulative_dataframe(dict_from_nodes)
877