maaz77 commited on
Commit
f63d97e
1 Parent(s): a36ad88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def extract_text_from_pdf(file):
43
  return " ".join(text)
44
 
45
  def main():
46
- st.title('PDF Reader and Question Answering with RAG-like Model')
47
 
48
  uploaded_file = st.file_uploader("Upload your PDF", type=["pdf"])
49
  if uploaded_file is not None:
 
43
  return " ".join(text)
44
 
45
  def main():
46
+ st.title('PDF Reader and Question Answering')
47
 
48
  uploaded_file = st.file_uploader("Upload your PDF", type=["pdf"])
49
  if uploaded_file is not None: