Arcypojeb commited on
Commit
fef9259
·
1 Parent(s): e4aeed6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def sendErrorMessage(ws, errorMessage):
62
  async def askQuestion(question):
63
  try:
64
  response = requests.post(
65
- "https://flowiseai-flowise.hf.space/api/v1/prediction/0da97a1a-963b-4f6b-bcad-928c0630e5c1",
66
  headers={"Content-Type": "application/json"},
67
  json={"question": question},
68
  )
 
62
  async def askQuestion(question):
63
  try:
64
  response = requests.post(
65
+ "https://flowiseai-flowise.hf.space/api/v1/prediction/8fd03bee-7752-484f-844f-bdae1e4cb4fe",
66
  headers={"Content-Type": "application/json"},
67
  json={"question": question},
68
  )