freemt commited on
Commit
282cd32
·
1 Parent(s): 3006a36
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def fn(text1: str, text2: str) -> Union[List[Any], str]:
51
  round2 = lambda x: round(x, 2)
52
  vfunc = np.vectorize(round2)
53
 
54
- pd.DataFrame(res)
55
  _ = df.style.background_gradient()
56
 
57
  # return pd.DataFrame(vfunc(res), dtype="object")
 
51
  round2 = lambda x: round(x, 2)
52
  vfunc = np.vectorize(round2)
53
 
54
+ df = pd.DataFrame(res)
55
  _ = df.style.background_gradient()
56
 
57
  # return pd.DataFrame(vfunc(res), dtype="object")