ignaciaginting commited on
Commit
58d0a5e
·
verified ·
1 Parent(s): e7ce40a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def load_model():
11
 
12
  qa_pipeline = load_model()
13
 
14
- st.title("\ud83d\udcc4 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
 
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