Ragulkumar1104 commited on
Commit
68490e6
·
verified ·
1 Parent(s): 2d4e73b

Update app.py

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