Mattral commited on
Commit
49218d6
·
verified ·
1 Parent(s): 7b72f69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -142,6 +142,7 @@ def main():
142
  st.write(f"Row {match[0]} in warehouse item stocks is exactly the same as Row {match[1]} in industry item stocks:")
143
  st.write(f"Warehouse: {match[2]}")
144
  st.write(f"Industry: {match[3]}")
 
145
  st.write()
146
 
147
  # Display similar texts
@@ -150,6 +151,7 @@ def main():
150
  st.write(f"Row {text_pair[0]} in warehouse item stocks is similar to Row {text_pair[1]} in industry item stocks:")
151
  st.write(f"Warehouse: {text_pair[2]}")
152
  st.write(f"Industry: {text_pair[3]}")
 
153
  st.write()
154
 
155
 
 
142
  st.write(f"Row {match[0]} in warehouse item stocks is exactly the same as Row {match[1]} in industry item stocks:")
143
  st.write(f"Warehouse: {match[2]}")
144
  st.write(f"Industry: {match[3]}")
145
+ st.write(f"____________________")
146
  st.write()
147
 
148
  # Display similar texts
 
151
  st.write(f"Row {text_pair[0]} in warehouse item stocks is similar to Row {text_pair[1]} in industry item stocks:")
152
  st.write(f"Warehouse: {text_pair[2]}")
153
  st.write(f"Industry: {text_pair[3]}")
154
+ st.write(f"____________________")
155
  st.write()
156
 
157