Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
import streamlit as st
|
5 |
|
6 |
|
7 |
-
from langchain.
|
8 |
|
9 |
#Function to return the response
|
10 |
def load_answer(question):
|
|
|
4 |
import streamlit as st
|
5 |
|
6 |
|
7 |
+
from langchain.chat_models import ChatOpenAI
|
8 |
|
9 |
#Function to return the response
|
10 |
def load_answer(question):
|