Update frontend/src/App.tsx
Browse files- 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://
|
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);
|