Bullet500 commited on
Commit
15639ec
·
verified ·
1 Parent(s): e1c07e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  from PIL import Image
3
- from langchain.chains.llm import LLMChain
4
  from langchain.prompts import PromptTemplate
5
  from langchain_groq import ChatGroq # Groq model for predictions
6
 
 
1
  import streamlit as st
2
  from PIL import Image
3
+ from langchain.chains import LLMChain
4
  from langchain.prompts import PromptTemplate
5
  from langchain_groq import ChatGroq # Groq model for predictions
6