Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
import os
|
2 |
import streamlit as st
|
3 |
from langchain_community.utilities import GoogleSearchAPIWrapper
|
4 |
-
from langchain_google_generativeai import GoogleGenerativeAI
|
5 |
-
from langchain.llms import GooglePalm
|
6 |
from langchain.chains import ConversationChain
|
7 |
from langchain.memory import ConversationBufferMemory
|
8 |
|
|
|
1 |
import os
|
2 |
import streamlit as st
|
3 |
from langchain_community.utilities import GoogleSearchAPIWrapper
|
|
|
|
|
4 |
from langchain.chains import ConversationChain
|
5 |
from langchain.memory import ConversationBufferMemory
|
6 |
|