Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from dotenv import load_dotenv # Import dotenv
|
|
| 10 |
# Load environment variables from .env file
|
| 11 |
load_dotenv()
|
| 12 |
|
| 13 |
-
# Fetch the API key from the environment
|
| 14 |
api_key = os.getenv("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")
|
| 15 |
|
| 16 |
# Debugging line to verify the API key is loaded
|
|
|
|
| 10 |
# Load environment variables from .env file
|
| 11 |
load_dotenv()
|
| 12 |
|
| 13 |
+
# Fetch the API key from the environment variable
|
| 14 |
api_key = os.getenv("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")
|
| 15 |
|
| 16 |
# Debugging line to verify the API key is loaded
|