Spaces:
Build error
Build error
Chandranshu Jain
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,6 @@ def text_splitter(text):
|
|
| 41 |
chunks=text_splitter.split_text(text)
|
| 42 |
return chunks
|
| 43 |
|
| 44 |
-
from google.colab import userdata
|
| 45 |
os.environ["GOOGLE_API_KEY"] = GOOGLE_API_KEY
|
| 46 |
|
| 47 |
def embedding(chunk):
|
|
|
|
| 41 |
chunks=text_splitter.split_text(text)
|
| 42 |
return chunks
|
| 43 |
|
|
|
|
| 44 |
os.environ["GOOGLE_API_KEY"] = GOOGLE_API_KEY
|
| 45 |
|
| 46 |
def embedding(chunk):
|