Update app.py
Browse files
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
|
| 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"
|