Neurolingua
commited on
Update student_functions.py
Browse files- student_functions.py +1 -1
student_functions.py
CHANGED
@@ -14,7 +14,7 @@ from pypdf import PdfReader
|
|
14 |
from ai71 import AI71
|
15 |
import os
|
16 |
|
17 |
-
AI71_API_KEY = "api71-api-
|
18 |
|
19 |
|
20 |
def extract_text_from_pdf_s(pdf_path):
|
|
|
14 |
from ai71 import AI71
|
15 |
import os
|
16 |
|
17 |
+
AI71_API_KEY = "api71-api-652e5c6c-8edf-41d0-9c34-28522b07bef9"
|
18 |
|
19 |
|
20 |
def extract_text_from_pdf_s(pdf_path):
|