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"}
|
{" & Qwen2.5-0.5B-Instruct"}
|
||||||
<br />
|
<br />
|
||||||
{EMOJI_FOOTER}
|
{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>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue