thisisdev commited on
Commit
1d211eb
·
verified ·
1 Parent(s): 1c22834

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import os
2
  import streamlit as st
3
  import keyfile as kf
 
4
  from langchain.llms import OpenAI
5
  from langchain import PromptTemplate, LLMChain
6
 
 
1
  import os
2
  import streamlit as st
3
  import keyfile as kf
4
+ import langchain
5
  from langchain.llms import OpenAI
6
  from langchain import PromptTemplate, LLMChain
7