root
commited on
Commit
·
fb36cde
1
Parent(s):
b1a86a2
update license
Browse files- server/main.py +1 -1
server/main.py
CHANGED
@@ -13,7 +13,7 @@ pages_name = ['Visual Retrieval',"Documentation", "Terms & Conditions"]
|
|
13 |
urls = {
|
14 |
#"Create API Key":"https://apikey.llmhub.t-systems.net/#/dashboard",
|
15 |
"Documentation":"https://docs.llmhub.t-systems.net/",
|
16 |
-
"Terms & Conditions":"https://
|
17 |
}
|
18 |
styles = {
|
19 |
"nav": {
|
|
|
13 |
urls = {
|
14 |
#"Create API Key":"https://apikey.llmhub.t-systems.net/#/dashboard",
|
15 |
"Documentation":"https://docs.llmhub.t-systems.net/",
|
16 |
+
"Terms & Conditions":"https://creativecommons.org/licenses/by-nc/4.0/legalcode.en"
|
17 |
}
|
18 |
styles = {
|
19 |
"nav": {
|