Spaces:
Sleeping
Sleeping
updated file name
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import torch
|
|
7 |
|
8 |
# STEP 2 FROM SEMANTIC SEARCH
|
9 |
# Open the water_cycle.txt file in read mode with UTF-8 encoding
|
10 |
-
with open("
|
11 |
# Read the entire contents of the file and store it in a variable
|
12 |
water_cycle_text = file.read()
|
13 |
|
|
|
7 |
|
8 |
# STEP 2 FROM SEMANTIC SEARCH
|
9 |
# Open the water_cycle.txt file in read mode with UTF-8 encoding
|
10 |
+
with open("scholar_bot_knowledge.txt", "r", encoding="utf-8") as file:
|
11 |
# Read the entire contents of the file and store it in a variable
|
12 |
water_cycle_text = file.read()
|
13 |
|