nurindahpratiwi commited on
Commit
e34e1ac
1 Parent(s): 9d27aab
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def main():
21
  if "chat_history" not in st.session_state:
22
  st.session_state.chat_history = None
23
 
24
- st.header("Chat with your PDFs using Language Model")
25
  user_question = st.text_input("Ask a question about your documents:")
26
  if user_question:
27
  handle_userinput(user_question)
 
21
  if "chat_history" not in st.session_state:
22
  st.session_state.chat_history = None
23
 
24
+ st.header("Chat with Multiple PDFs using FLAN-T5")
25
  user_question = st.text_input("Ask a question about your documents:")
26
  if user_question:
27
  handle_userinput(user_question)