javear commited on
Commit
372b3b1
·
verified ·
1 Parent(s): 73c0d1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from langchain_ollama.llms import OllamaLLM # Updated import path
3
  from langchain import LLMChain
4
  from langchain.prompts import PromptTemplate
5
 
 
1
  import streamlit as st
2
+ from langchain_ollama.llms import Ollama # Updated import path
3
  from langchain import LLMChain
4
  from langchain.prompts import PromptTemplate
5