Spaces:
Paused
Paused
Shreyas094
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -492,7 +492,8 @@ def initial_conversation():
|
|
492 |
(None, "Welcome! I'm your AI assistant for web search and PDF analysis. Here's how you can use me:\n\n"
|
493 |
"1. Set the toggle for Web Search and PDF Search from the checkbox in Additional Inputs drop down window\n"
|
494 |
"2. Use web search to find information\n"
|
495 |
-
"3.
|
|
|
496 |
"To get started, upload some PDFs or ask me a question!")
|
497 |
]
|
498 |
# Add this new function
|
|
|
492 |
(None, "Welcome! I'm your AI assistant for web search and PDF analysis. Here's how you can use me:\n\n"
|
493 |
"1. Set the toggle for Web Search and PDF Search from the checkbox in Additional Inputs drop down window\n"
|
494 |
"2. Use web search to find information\n"
|
495 |
+
"3. Upload the documents and ask questions about uploaded PDF documents by selecting your respective document\n"
|
496 |
+
"4. For any queries feel free to reach out @[email protected] or discord - shreyas094\n\n"
|
497 |
"To get started, upload some PDFs or ask me a question!")
|
498 |
]
|
499 |
# Add this new function
|