Spaces:
Runtime error
Runtime error
victormiller
commited on
Commit
•
69caf20
1
Parent(s):
06364fc
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(
|