Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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://babson-my.sharepoint.com
|
| 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/personal/bspigel_babson_edu/Documents/Projects/ChatBot/Code/freyabot/Transcript.txt?ga=1")
|
| 23 |
|
| 24 |
# Store conversation history
|
| 25 |
conversation_history = []
|