rossiter78 commited on
Commit
992d17b
·
verified ·
1 Parent(s): ab70608

Update app.py

Browse files

Updated to point to the new backend name.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
 
6
  # Configuration
7
  #LANGFLOW_API_URL = os.environ.get("LANGFLOW_API_URL", "https://rossiter78-langflowpoc.hf.space/api/v1/run/d53e1b2f-3572-40c8-84ab-725106ee858f")
8
- LANGFLOW_API_URL = os.environ.get("LANGFLOW_API_URL", "https://rossiter78-langflowpoc.hf.space/api/v1/run/CPAChat")
9
  #LANGFLOW_API_URL = "https://rossiter78-langflowpoc.hf.space/api/v1/run/d53e1b2f-3572-40c8-84ab-725106ee858f"
10
  LANGFLOW_API_KEY = os.environ.get("LANGFLOW_API_KEY", "") # If needed
11
  HF_API_KEY = os.environ.get("HF_API_KEY", "")
 
5
 
6
  # Configuration
7
  #LANGFLOW_API_URL = os.environ.get("LANGFLOW_API_URL", "https://rossiter78-langflowpoc.hf.space/api/v1/run/d53e1b2f-3572-40c8-84ab-725106ee858f")
8
+ LANGFLOW_API_URL = os.environ.get("LANGFLOW_API_URL", "https://rossiter78-cpalangflowbackend.hf.space/api/v1/run/CPAChat")
9
  #LANGFLOW_API_URL = "https://rossiter78-langflowpoc.hf.space/api/v1/run/d53e1b2f-3572-40c8-84ab-725106ee858f"
10
  LANGFLOW_API_KEY = os.environ.get("LANGFLOW_API_KEY", "") # If needed
11
  HF_API_KEY = os.environ.get("HF_API_KEY", "")