yasserrmd commited on
Commit
b07763f
·
verified ·
1 Parent(s): f7ee2da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import tempfile
9
  load_dotenv()
10
 
11
  # Define API settings
12
- API_URL = "https://nakheeltech.com:8030/api/v1/prediction/c1681ef1-8f47-4004-b4ab-594fbbd3eb3f"
13
  headers = {"Authorization": f"Bearer {os.getenv('FLOWISE_API')}"}
14
 
15
  # Function to send a query to the API
 
9
  load_dotenv()
10
 
11
  # Define API settings
12
+ API_URL = os.getenv('API_URL')
13
  headers = {"Authorization": f"Bearer {os.getenv('FLOWISE_API')}"}
14
 
15
  # Function to send a query to the API