We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c420a2d + 0019e7c commit 6970cbeCopy full SHA for 6970cbe
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "topic-wizard"
3
-version = "1.1.3"
+version = "1.1.4"
4
description = "Pretty and opinionated topic model visualization in Python."
5
authors = ["Márton Kardos <power.up1163@gmail.com>"]
6
license = "MIT"
topicwizard/blueprints/app.py
@@ -32,6 +32,7 @@ def create_blueprint(
32
topic_positions: Optional[np.ndarray] = None,
33
document_positions: Optional[np.ndarray] = None,
34
wordcloud_font_path: Optional[str] = None,
35
+ **kwargs,
36
) -> DashBlueprint:
37
# --------[ Collecting blueprints ]--------
38
topic_blueprint = (
0 commit comments