hamza82 commited on
Commit
466fb30
·
verified ·
1 Parent(s): e0fe6c8

Update frontend/src/App.tsx

Browse files
Files changed (1) hide show
  1. frontend/src/App.tsx +1 -1
frontend/src/App.tsx CHANGED
@@ -9,7 +9,7 @@ import Header from "@/components/header";
9
  import Banner from "@/components/banner";
10
  import AlertComponent from "@/components/alertComponent";
11
 
12
- const CHAINLIT_SERVER = "https://huggingface.co/spaces/hamza82/backend";
13
  const userEnv = {};
14
 
15
  const apiClient = new ChainlitAPI(CHAINLIT_SERVER);
 
9
  import Banner from "@/components/banner";
10
  import AlertComponent from "@/components/alertComponent";
11
 
12
+ const CHAINLIT_SERVER = "https://hamza82-test.hf.space";
13
  const userEnv = {};
14
 
15
  const apiClient = new ChainlitAPI(CHAINLIT_SERVER);