Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
import os
|
4 |
import streamlit as st
|
5 |
-
from streamlit_chat import message
|
6 |
|
7 |
from langchain.embeddings import HuggingFaceInstructEmbeddings
|
8 |
from langchain.vectorstores.faiss import FAISS
|
|
|
2 |
|
3 |
import os
|
4 |
import streamlit as st
|
5 |
+
# from streamlit_chat import message
|
6 |
|
7 |
from langchain.embeddings import HuggingFaceInstructEmbeddings
|
8 |
from langchain.vectorstores.faiss import FAISS
|