Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
-
from langchain_ollama.llms import
|
| 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 |
|