Update visualizer_app.py
Browse files- 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
|
| 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 |
|