Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import os
|
2 |
import streamlit as st
|
3 |
from langchain_huggingface import HuggingFaceEmbeddings
|
|
|
1 |
+
#ref: https://www.youtube.com/watch?v=3ZDVmzlM6Nc
|
2 |
+
|
3 |
import os
|
4 |
import streamlit as st
|
5 |
from langchain_huggingface import HuggingFaceEmbeddings
|