Ravi theja K commited on
Commit
acb2b96
1 Parent(s): 254184b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
 
3
- from langchain.llm import OpenAI
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):