SujathaL commited on
Commit
ce554ac
·
verified ·
1 Parent(s): 4c3d6b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def get_answer(question, context):
51
  return response['answer'] # Returns extracted answer (ChatPDF-like behavior)
52
 
53
  # Streamlit UI
54
- st.title("Chat with AWS Restart PDF (Like ChatPDF)")
55
 
56
  # Load & Process PDF
57
  pdf_path = "AWS restart program information.docx.pdf"
 
51
  return response['answer'] # Returns extracted answer (ChatPDF-like behavior)
52
 
53
  # Streamlit UI
54
+ st.title("Chat with AWS Restart PDF")
55
 
56
  # Load & Process PDF
57
  pdf_path = "AWS restart program information.docx.pdf"