Spaces:
Runtime error
Runtime error
Update common.py
Browse files
common.py
CHANGED
|
@@ -28,7 +28,7 @@ fig = px.bar(
|
|
| 28 |
},
|
| 29 |
)
|
| 30 |
|
| 31 |
-
dup_cluster_graph = fig.update_layout(showlegend=False
|
| 32 |
|
| 33 |
|
| 34 |
bloom_filter_table_info = pd.DataFrame(
|
|
|
|
| 28 |
},
|
| 29 |
)
|
| 30 |
|
| 31 |
+
dup_cluster_graph = fig.update_layout(showlegend=False)
|
| 32 |
|
| 33 |
|
| 34 |
bloom_filter_table_info = pd.DataFrame(
|