Spaces:
Build error
Build error
Update backend.app
Browse files- backend.app +11 -0
backend.app
CHANGED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
importc os
|
2 |
+
import re
|
3 |
+
import pandas as pd
|
4 |
+
from pypdf import PdfReader
|
5 |
+
from typing import List, Dict
|
6 |
+
from langchain.prompts import PromptTemplate
|
7 |
+
from langchain_google_genai import GoogleGenerativeAI
|
8 |
+
|
9 |
+
from getpass import getpass
|
10 |
+
|
11 |
+
os.environ["GOOGLE_API_KEY"]="AIzaSyAH5Fa_SVAJwkhBlkkRhnlXsNM_wTiZoTc"
|