Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|