Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from loguru import logger
|
|
| 7 |
import promptic
|
| 8 |
|
| 9 |
# Initialize Cohere client with your API key
|
| 10 |
-
cohere_client = cohere.Client(os.getenv("
|
| 11 |
|
| 12 |
# Function to extract text from PDF
|
| 13 |
def extract_text_from_pdf(pdf_file):
|
|
|
|
| 7 |
import promptic
|
| 8 |
|
| 9 |
# Initialize Cohere client with your API key
|
| 10 |
+
cohere_client = cohere.Client(os.getenv("vSS2Z6Jw3R73yh7XJpnZFttq1oTE0U94iFWdw6wG"))
|
| 11 |
|
| 12 |
# Function to extract text from PDF
|
| 13 |
def extract_text_from_pdf(pdf_file):
|