BigSalmon commited on
Commit
76f9de4
·
1 Parent(s): f2d52e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -91,6 +91,7 @@ if st.button("Run"):
91
  result2 = []
92
  text = str(text)
93
  for i in result:
 
94
  i = i.replace(text, "")
95
  result2.append(i)
96
  st.write(result2)
 
91
  result2 = []
92
  text = str(text)
93
  for i in result:
94
+ i = str(i)
95
  i = i.replace(text, "")
96
  result2.append(i)
97
  st.write(result2)