Spaces:
Runtime error
Runtime error
Ravi theja K
commited on
Commit
•
acb2b96
1
Parent(s):
254184b
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
from langchain.
|
4 |
|
5 |
#Function to return the response
|
6 |
def load_answer(question):
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
+
from langchain.llms import OpenAI
|
4 |
|
5 |
#Function to return the response
|
6 |
def load_answer(question):
|