Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LLM360/TxT360
John6666
/
TxT360
like
1
Sleeping
App
Files
Files
Community
victormiller
commited on
Sep 26
Commit
0b63499
•
1 Parent(s):
7e67bfe
Update common.py
Browse files
Files changed (1)
hide
show
common.py
+1
-2
common.py
CHANGED
Viewed
@@ -27,8 +27,7 @@ fig = px.bar(
27
},
28
)
29
30
-
fig.update_layout(showlegend=False)
31
-
dup_cluster_graph = plotly_chart(fig)
32
33
34
27
},
28
)
29
30
+
dup_cluster_graph =
fig.update_layout(showlegend=False)
31
32
33