atlury commited on
Commit
a9e9dbd
·
verified ·
1 Parent(s): 3dd11fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def question_answering(questions, pdf_text):
18
  return answers
19
 
20
  def main():
21
- st.title("Question Answering on PDF Files")
22
 
23
  uploaded_file = st.file_uploader("Upload a PDF file:", type=["pdf"])
24
 
 
18
  return answers
19
 
20
  def main():
21
+ st.title("Legal QA")
22
 
23
  uploaded_file = st.file_uploader("Upload a PDF file:", type=["pdf"])
24