Skip to content

Commit 6970cbe

Browse files
Merge pull request #45 from x-tabdeveloping/hotfix
Hotfix
2 parents c420a2d + 0019e7c commit 6970cbe

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "topic-wizard"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
description = "Pretty and opinionated topic model visualization in Python."
55
authors = ["Márton Kardos <power.up1163@gmail.com>"]
66
license = "MIT"

topicwizard/blueprints/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def create_blueprint(
3232
topic_positions: Optional[np.ndarray] = None,
3333
document_positions: Optional[np.ndarray] = None,
3434
wordcloud_font_path: Optional[str] = None,
35+
**kwargs,
3536
) -> DashBlueprint:
3637
# --------[ Collecting blueprints ]--------
3738
topic_blueprint = (

0 commit comments

Comments
 (0)