Spaces:
Runtime error
Runtime error
Commit
·
b85f19f
1
Parent(s):
747ffcd
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ if sidebar_selectbox == "Bulk upload and mark":
|
|
82 |
similarity_scores = []
|
83 |
|
84 |
for idx, row in df.iterrows():
|
85 |
-
st.write(idx, row['Sentences'])
|
86 |
|
87 |
# Create an empty sentence list
|
88 |
sentences = []
|
|
|
82 |
similarity_scores = []
|
83 |
|
84 |
for idx, row in df.iterrows():
|
85 |
+
# st.write(idx, row['Sentences'])
|
86 |
|
87 |
# Create an empty sentence list
|
88 |
sentences = []
|