awacke1 commited on
Commit
59e9116
·
1 Parent(s): 1a039e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -336,8 +336,7 @@ if __name__ == "__main__":
336
  load_dotenv()
337
  st.write(css, unsafe_allow_html=True)
338
 
339
- st.header("
340
- documents :books:")
341
  user_question = st.text_input("Ask a question about your documents:")
342
  if user_question:
343
  process_user_input(user_question)
 
336
  load_dotenv()
337
  st.write(css, unsafe_allow_html=True)
338
 
339
+ st.header("Chat with documents :books:")
 
340
  user_question = st.text_input("Ask a question about your documents:")
341
  if user_question:
342
  process_user_input(user_question)