Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def load_model():
|
|
| 11 |
|
| 12 |
qa_pipeline = load_model()
|
| 13 |
|
| 14 |
-
st.title("
|
| 15 |
st.write("Upload a PDF or Image file, enter a question, and get answers from the document.")
|
| 16 |
|
| 17 |
# Upload PDF or image
|
|
|
|
| 11 |
|
| 12 |
qa_pipeline = load_model()
|
| 13 |
|
| 14 |
+
st.title("📄 Document Question Answering App")
|
| 15 |
st.write("Upload a PDF or Image file, enter a question, and get answers from the document.")
|
| 16 |
|
| 17 |
# Upload PDF or image
|