jfarray commited on
Commit
cc063db
·
1 Parent(s): 6f6865f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def ConvertJsonToList(fileName):
41
  def TestModel(checkpoint, data):
42
  local_model_path = checkpoint
43
  model = SentenceTransformer(local_model_path)
44
- df = pd.DataFrame(columns=["Hashed_id", "Nota", "Similitud Semántica"])
45
 
46
  sentences1 = []
47
  sentences2 = []
 
41
  def TestModel(checkpoint, data):
42
  local_model_path = checkpoint
43
  model = SentenceTransformer(local_model_path)
44
+ df = pd.DataFrame(columns=["Similitud Semántica"])
45
 
46
  sentences1 = []
47
  sentences2 = []