Spaces:
Runtime error
Runtime error
Update process_tags.py
Browse files- process_tags.py +1 -1
process_tags.py
CHANGED
@@ -113,7 +113,7 @@ def scatter_document(data_frame, tags_data):
|
|
113 |
data = [
|
114 |
go.Scatter(x=tags_df["entity"], y=tags_df["count"],
|
115 |
mode='markers', marker=dict(color=color,
|
116 |
-
size=tags_df["count"] *
|
117 |
)
|
118 |
)
|
119 |
]
|
|
|
113 |
data = [
|
114 |
go.Scatter(x=tags_df["entity"], y=tags_df["count"],
|
115 |
mode='markers', marker=dict(color=color,
|
116 |
+
size=tags_df["count"] * 30,
|
117 |
)
|
118 |
)
|
119 |
]
|