Shrikrishna commited on
Commit
489610e
1 Parent(s): 3c1c957

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def user_input(user_question):
79
 
80
  def main():
81
  st.set_page_config("Chat PDF")
82
- st.header("Chat with PDF using Gemini💁")
83
 
84
  user_question = st.text_input("Ask a Question from the PDF Files")
85
 
 
79
 
80
  def main():
81
  st.set_page_config("Chat PDF")
82
+ st.header("Chat with Gemini based on PDF")
83
 
84
  user_question = st.text_input("Ask a Question from the PDF Files")
85