We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33515e2 commit 4306587Copy full SHA for 4306587
constants.ts
@@ -1,7 +1,7 @@
1
-export const APP_URL = "https://tangleml.github.io/tangle-ui/";
+export const APP_URL = "https://tangleml-tangle.hf.space/#/quick-start";
2
export const GITHUB_REPO_URL = "https://github.com/tangleml/tangle";
3
export const GITHUB_ISSUES_URL = `${GITHUB_REPO_URL}/issues`;
4
-export const DEMO_URL = "https://tangleml.github.io/tangle-ui/#/quick-start";
+export const DEMO_URL = "https://tangleml-tangle.hf.space/#/quick-start";
5
export const DOCS_URL = "/docs";
6
7
export const SLACK_CHANNEL = "#tangle";
0 commit comments