liuwei commited on
Commit
3aa1ebd
·
1 Parent(s): 2875684
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def app():
62
  #output_text.success(generated_text)
63
 
64
  with st.container():
65
- for sent, cos in embeddings:
66
  col1, col2, col3 = st.columns(3)
67
  with col1:
68
  st.text(sent)
 
62
  #output_text.success(generated_text)
63
 
64
  with st.container():
65
+ for sent, cos in embeddings.items():
66
  col1, col2, col3 = st.columns(3)
67
  with col1:
68
  st.text(sent)