Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,10 +7,8 @@ from azure.core.credentials import AzureKeyCredential
|
|
| 7 |
# Load .env file
|
| 8 |
load_dotenv()
|
| 9 |
|
| 10 |
-
# Azure Text Analytics setup
|
| 11 |
# this is the end point for the Azure service I created
|
| 12 |
azure_endpoint = os.getenv("AZURE_API_ENDPOINT")
|
| 13 |
-
|
| 14 |
# this is the KEY for the Azure API Service I created. I did not use any class or data structure to store this key
|
| 15 |
azure_api_key = os.getenv("AZURE_API_KEY")
|
| 16 |
|
|
|
|
| 7 |
# Load .env file
|
| 8 |
load_dotenv()
|
| 9 |
|
|
|
|
| 10 |
# this is the end point for the Azure service I created
|
| 11 |
azure_endpoint = os.getenv("AZURE_API_ENDPOINT")
|
|
|
|
| 12 |
# this is the KEY for the Azure API Service I created. I did not use any class or data structure to store this key
|
| 13 |
azure_api_key = os.getenv("AZURE_API_KEY")
|
| 14 |
|