mou3az commited on
Commit
6bf79b7
1 Parent(s): f23940a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -415,7 +415,7 @@ def Explore_WebSite(history):
415
  message=history[-1][0]
416
 
417
  links = [
418
- 'https://huggingface.co/mou3az'
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
- {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
  """
 
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
  """