Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed May 31, 2018
1 parent 1f54b14 commit 447327d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/utils.py
Expand Up @@ -197,7 +197,7 @@ def barchart(document_topics, height, topics=None, script=JAVASCRIPT, tools=TOOL
else:
what = "document"
textfield = bokeh.models.widgets.AutocompleteInput(completions=document_topics.index.tolist(),
placeholder="Type a {} and press enter".format(what),
placeholder="Type a {}, press enter".format(what),
css_classes=["customTextInput"],
callback=callback)
return bokeh.layouts.row(fig, textfield, sizing_mode="scale_width")
Expand Down

0 comments on commit 447327d

Please sign in to comment.