diff --git a/src/aind_qc_portal/panel/media.py b/src/aind_qc_portal/panel/media.py index 15d0104..b6830d2 100644 --- a/src/aind_qc_portal/panel/media.py +++ b/src/aind_qc_portal/panel/media.py @@ -109,7 +109,7 @@ def __init__(self, reference, parent): self.object = self.parse_reference(reference) def parse_reference(self, reference): - reference = "http://localhost:5007/images/data.rrd" + if ";" in reference: return pn.layout.Swipe( self.parse_reference(reference.split(";")[0]),