mudassarrafique commited on
Commit
feb88c3
·
verified ·
1 Parent(s): 31efb52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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