We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7784666 + b052678 commit 5df314eCopy full SHA for 5df314e
rasa/core/training/interactive.py
@@ -1351,7 +1351,7 @@ def _print_help(skip_visualization: bool) -> None:
1351
visualization_url = DEFAULT_SERVER_FORMAT.format(
1352
"http", DEFAULT_SERVER_PORT + 1
1353
)
1354
- visualization_help = "Visualisation at {}/visualization.html.".format(
+ visualization_help = "Visualisation at {}/visualization.html .".format(
1355
visualization_url
1356
1357
else:
0 commit comments