Update app.py
Browse files
app.py
CHANGED
@@ -415,7 +415,7 @@ def Explore_WebSite(history):
|
|
415 |
message=history[-1][0]
|
416 |
|
417 |
links = [
|
418 |
-
'https://
|
419 |
]
|
420 |
|
421 |
result = "\n".join([read_data(link) for link in links])
|
@@ -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 |
"""
|
|
|
415 |
message=history[-1][0]
|
416 |
|
417 |
links = [
|
418 |
+
'https://github.com/1Mou3az/ChatBot/blob/main/Chat_Bot.ipynb'
|
419 |
]
|
420 |
|
421 |
result = "\n".join([read_data(link) for link in links])
|
|
|
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 |
+
{content_data}
|
430 |
|
431 |
#If the query is not related to specific WebSite Content, engage in general conversation or provide relevant information from other sources.
|
432 |
"""
|