Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
| 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
|