basantcuraj commited on
Commit
c475ba1
·
verified ·
1 Parent(s): 21b87ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def user_input(user_question):
83
 
84
  def main():
85
  st.set_page_config("Chat PDF")
86
- st.header("Chat with PDF using Gemini💁")
87
 
88
  user_question = st.text_input("Ask a Question from the PDF Files")
89
 
 
83
 
84
  def main():
85
  st.set_page_config("Chat PDF")
86
+ st.header("Ask your questions from the PDFs you uploaded")
87
 
88
  user_question = st.text_input("Ask a Question from the PDF Files")
89