Update app.py
Browse files
app.py
CHANGED
@@ -426,7 +426,7 @@ def Explore_WebSite(history):
|
|
426 |
You are an AI designed to help understand and extract information from provided WebSite Content. Based on the user's Query, you may need to summarize the text, answer specific questions, or provide guidance.
|
427 |
Query: {message}
|
428 |
WebSite Content:
|
429 |
-
{
|
430 |
|
431 |
#If the query is not related to specific WebSite Content, engage in general conversation or provide relevant information from other sources.
|
432 |
"""
|
|
|
426 |
You are an AI designed to help understand and extract information from provided WebSite Content. Based on the user's Query, you may need to summarize the text, answer specific questions, or provide guidance.
|
427 |
Query: {message}
|
428 |
WebSite Content:
|
429 |
+
{result}
|
430 |
|
431 |
#If the query is not related to specific WebSite Content, engage in general conversation or provide relevant information from other sources.
|
432 |
"""
|