mirror of
https://github.com/hwchase17/langchain
synced 2024-11-11 19:11:02 +00:00
13 lines
338 B
HTML
13 lines
338 B
HTML
|
<!-- 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>
|