antonymilne commited on
Commit
06ff95b
·
verified ·
1 Parent(s): 10f0a2e

Update custom_components.py

Browse files
Files changed (1) hide show
  1. custom_components.py +1 -1
custom_components.py CHANGED
@@ -58,7 +58,7 @@ class Markdown(vm.VizroBaseModel):
58
  def build(self):
59
  """Returns a markdown component with an optional classname."""
60
  return dcc.Markdown(
61
- id=self.id, children=self.text, dangerously_allow_html=False, className=self.classname, link_target="_parent"
62
  )
63
 
64
 
 
58
  def build(self):
59
  """Returns a markdown component with an optional classname."""
60
  return dcc.Markdown(
61
+ id=self.id, children=self.text, dangerously_allow_html=False, className=self.classname, link_target="_blank"
62
  )
63
 
64