tien314 commited on
Commit
c4fb82d
·
verified ·
1 Parent(s): 92413f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():