Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
import streamlit as st
|
3 |
import openai
|
4 |
from langchain.docstore.document import Document
|
|
|
1 |
+
pip install streamlit langchain
|
2 |
import streamlit as st
|
3 |
import openai
|
4 |
from langchain.docstore.document import Document
|