FrederickSundeep commited on
Commit
12b7639
·
1 Parent(s): d040477
Files changed (1) hide show
  1. src/FileUploadForm.js +1 -1
src/FileUploadForm.js CHANGED
@@ -22,7 +22,7 @@ const FileUploadForm = () => {
22
  try {
23
  setLoading(true);
24
  const response = await axios.post(
25
- "https://your-flask-api-url/chat-stream-doc", // ✅ Update to actual URL
26
  formData,
27
  {
28
  responseType: "blob", // important for zip file
 
22
  try {
23
  setLoading(true);
24
  const response = await axios.post(
25
+ "https://fredericksundeep-aichatmatedev.hf.space/chat-stream-doc", // ✅ Update to actual URL
26
  formData,
27
  {
28
  responseType: "blob", // important for zip file