vives commited on
Commit
4c852a8
1 Parent(s): 52ce487

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -103,5 +103,5 @@ if text:
103
  if sim < min_sim:
104
  candidate = combination
105
  min_sim = sim
106
- ret = {keys[idxs[idx]]:sim_dict[keys[idxs[idx]]] for idx in candidate}
107
- st.json(ret)
 
103
  if sim < min_sim:
104
  candidate = combination
105
  min_sim = sim
106
+ ret = {keys[idxs[idx]]:sim_dict[keys[idxs[idx]]] for idx in candidate}
107
+ st.json(ret)