def render_html(pdb_id, chain): if pdb_id is None or chain is None: return "" html = f""" "
""" iframe = f""" """ return iframe