Spaces:
Running
Running
Update message
Browse files
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("
|
|
|
|
|
|
|
|
|
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(
|