Skip to content

Commit 4306587

Browse files
authored
Update constants.ts (#14)
change demo location to `https://tangleml-tangle.hf.space/#/quick-start`
1 parent 33515e2 commit 4306587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
export const APP_URL = "https://tangleml.github.io/tangle-ui/";
1+
export const APP_URL = "https://tangleml-tangle.hf.space/#/quick-start";
22
export const GITHUB_REPO_URL = "https://github.com/tangleml/tangle";
33
export const GITHUB_ISSUES_URL = `${GITHUB_REPO_URL}/issues`;
4-
export const DEMO_URL = "https://tangleml.github.io/tangle-ui/#/quick-start";
4+
export const DEMO_URL = "https://tangleml-tangle.hf.space/#/quick-start";
55
export const DOCS_URL = "/docs";
66

77
export const SLACK_CHANNEL = "#tangle";

0 commit comments

Comments
 (0)