learn / langchain /docs /api_reference /templates /langchain_docs.html
unfair11212's picture
Upload folder using huggingface_hub
a80f6e6 verified
<!-- This will display a link to LangChain docs -->
<head>
<style>
.text-link {
text-decoration: none; /* Remove underline */
color: inherit; /* Inherit color from parent element */
}
</style>
</head>
<body>
<a href="https://python.langchain.com/" class='text-link'>Docs</a>
</body>