riyamalshe commited on
Commit
15d6fa4
·
verified ·
1 Parent(s): b01eb98

updated file name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("water_cycle.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
 
 
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