Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from langchain.docstore.document import Document
|
|
6 |
import torch
|
7 |
from langchain_ollama.llms import OllamaLLM
|
8 |
from langchain.chains import LLMChain
|
9 |
-
import streamlit as st
|
10 |
|
11 |
@st.cache_data
|
12 |
def load_data():
|
|
|
6 |
import torch
|
7 |
from langchain_ollama.llms import OllamaLLM
|
8 |
from langchain.chains import LLMChain
|
9 |
+
import streamlit as st
|
10 |
|
11 |
@st.cache_data
|
12 |
def load_data():
|