Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -136,13 +136,5 @@ def main():
|
|
136 |
st.write
|
137 |
|
138 |
|
139 |
-
st.header("Exactly Same Texts")
|
140 |
-
|
141 |
-
for text_pair in exact_matches:
|
142 |
-
st.write(f"Row {text_pair[0]} in warehouse item stocks is similar to Row {text_pair[1]} in industry item stocks:")
|
143 |
-
st.write(f"Warehouse: {text_pair[2]}")
|
144 |
-
st.write(f"Industry: {text_pair[3]}")
|
145 |
-
st.write("")
|
146 |
-
|
147 |
if __name__ == "__main__":
|
148 |
main()
|
|
|
136 |
st.write
|
137 |
|
138 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
if __name__ == "__main__":
|
140 |
main()
|