vinhnx90 commited on
Commit
212e943
1 Parent(s): d1e97a4

Update message

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -59,7 +59,11 @@ with st.sidebar:
59
 
60
  if len(msgs.messages) == 0 or st.button("Clear message history"):
61
  msgs.clear()
62
- msgs.add_ai_message("Hello, how can I help you?")
 
 
 
 
63
 
64
  with documents_tab:
65
  uploaded_files = st.file_uploader(
 
59
 
60
  if len(msgs.messages) == 0 or st.button("Clear message history"):
61
  msgs.clear()
62
+ msgs.add_ai_message("""
63
+ Hi, your uploaded document(s) had been analyzed.
64
+
65
+ Feel free to ask me any questions. For example: you can start by asking me `What is this book about?` or `Tell me about the content of this book!`'
66
+ """)
67
 
68
  with documents_tab:
69
  uploaded_files = st.file_uploader(