benspigel commited on
Commit
0538e0d
·
verified ·
1 Parent(s): ed1c163

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def load_document(file_path):
19
  return file.read()
20
 
21
  # Embed the document as part of system context
22
- reference_document = load_document("https://pastebin.com/cgYsWj4t")
23
 
24
  # Store conversation history
25
  conversation_history = []
 
19
  return file.read()
20
 
21
  # Embed the document as part of system context
22
+ reference_document = load_document("https://babson-my.sharepoint.com/:t:/g/personal/bspigel_babson_edu/EcHIGQWUnSVLnc7_I1ucOhsBwlTiWpkY-pQPxTyKpWWZiQ?e=yHRyjE&download=1")
23
 
24
  # Store conversation history
25
  conversation_history = []