styling corpus example components in main view
This commit is contained in:
@@ -129,7 +129,7 @@ class View:
|
||||
example_content.append(h("span.example-cluster", {}, str(cluster + 1)))
|
||||
|
||||
example_text_inner_tag = "span.example-text-{}".format(example.get_view_type())
|
||||
example_content.append(h(example_text_inner_tag, {}, example.text()))
|
||||
example_content.append(h(example_text_inner_tag, {}, example.view()))
|
||||
|
||||
other_attributes = example.get_other_attributes()
|
||||
if "frequency" in other_attributes:
|
||||
|
||||
Reference in New Issue
Block a user