Vinh Nguyen commited on
Commit
fca74bb
1 Parent(s): 38e8f00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -45,7 +45,13 @@ with settings_tab:
45
  openai_api_key = st.text_input("OpenAI API Key", type="password")
46
  if len(msgs.messages) == 0 or st.button("Clear message history"):
47
  msgs.clear()
48
- msgs.add_ai_message("How can I help you?")
 
 
 
 
 
 
49
 
50
  with documents_tab:
51
  uploaded_files = st.file_uploader(
 
45
  openai_api_key = st.text_input("OpenAI API Key", type="password")
46
  if len(msgs.messages) == 0 or st.button("Clear message history"):
47
  msgs.clear()
48
+ msgs.add_ai_message("""
49
+ Hi, your uploaded document(s) had been analyzed.
50
+
51
+ Feel free to ask me any questions?
52
+
53
+ For example: you can start by asking me 'What is the title of the book, and who is author!'
54
+ """)
55
 
56
  with documents_tab:
57
  uploaded_files = st.file_uploader(