Afeezee commited on
Commit
8f7d8af
·
verified ·
1 Parent(s): fb5a2ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from reportlab.lib.pagesizes import letter
7
  from reportlab.pdfgen import canvas
8
 
9
  # Initialize Groq client with your API key
10
- key = "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"
11
  client = Groq(api_key=key)
12
 
13
  # Function to read PDF files
 
7
  from reportlab.pdfgen import canvas
8
 
9
  # Initialize Groq client with your API key
10
+ key = os.getenv("GroqCV")
11
  client = Groq(api_key=key)
12
 
13
  # Function to read PDF files