Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ 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.
|
| 13 |
azure_api_key = os.getenv("AZURE_API_KEY")
|
| 14 |
|
| 15 |
print(f"Azure API token: {azure_api_key}")
|
|
|
|
| 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.
|
| 13 |
azure_api_key = os.getenv("AZURE_API_KEY")
|
| 14 |
|
| 15 |
print(f"Azure API token: {azure_api_key}")
|