add link to source in webapp
This commit is contained in:
parent
b88e403965
commit
d83ff5ad4e
1 changed files with 9 additions and 0 deletions
|
@ -306,6 +306,15 @@ const App: React.FC = () => {
|
|||
{" & Qwen2.5-0.5B-Instruct"}
|
||||
<br />
|
||||
{EMOJI_FOOTER}
|
||||
<br />
|
||||
<a
|
||||
href="https://git.hannover.ccc.de/lubiana/uuid"
|
||||
style={{ color: "#646cff", textDecoration: "underline dotted" }}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Source code
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue