Talha812 commited on
Commit
f122bc0
·
verified ·
1 Parent(s): 946e611

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ embedder = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
17
 
18
  # App UI
19
  st.set_page_config(page_title="🧠 RAG Chat with PDF", layout="wide")
20
- st.title("📄 Chat with your PDF using Groq + FAISS")
21
 
22
  # Function to read PDF
23
  def read_pdf(file):
 
17
 
18
  # App UI
19
  st.set_page_config(page_title="🧠 RAG Chat with PDF", layout="wide")
20
+ st.title("📄 Chat with your PDF")
21
 
22
  # Function to read PDF
23
  def read_pdf(file):