Spaces:
Runtime error
Runtime error
liuwei
commited on
Commit
·
3aa1ebd
1
Parent(s):
2875684
init
Browse files
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)
|