DrishtiSharma commited on
Commit
d60d4a5
Β·
verified Β·
1 Parent(s): 268ce81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ st.set_page_config(
63
  layout="centered"
64
  )
65
 
66
- st.title("πŸ“š Multi Documents Chatbot")
67
 
68
  # File uploader for PDFs
69
  uploaded_files = st.file_uploader("Upload PDF files", accept_multiple_files=True, type=["pdf"])
 
63
  layout="centered"
64
  )
65
 
66
+ st.title("Chat with Your DocsπŸ“š")
67
 
68
  # File uploader for PDFs
69
  uploaded_files = st.file_uploader("Upload PDF files", accept_multiple_files=True, type=["pdf"])