SonyaHas commited on
Commit
cf5698b
·
verified ·
1 Parent(s): 8a286bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from sentence_transformers import SentenceTransformer
6
  import torch
7
 
8
  # SEMANTIC SEARCH STEP 2 --> EDIT WITH YOUR OWN KNOWLEDGE BASE WHEN READY
9
- with open("water_cycle.txt", "r", encoding="utf-8") as file:
10
  # Read the entire contents of the file and store it in a variable
11
  water_cycle_text = file.read()
12
  print(water_cycle_text)
 
6
  import torch
7
 
8
  # SEMANTIC SEARCH STEP 2 --> EDIT WITH YOUR OWN KNOWLEDGE BASE WHEN READY
9
+ with open("Skin_cancer_harvard.txt", "r", encoding="utf-8") as file:
10
  # Read the entire contents of the file and store it in a variable
11
  water_cycle_text = file.read()
12
  print(water_cycle_text)