vishnun commited on
Commit
1f75e7b
·
1 Parent(s): 92bb3f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ if submit:
39
  st.success(out_text)
40
 
41
  st.markdown("### Edited sentence:")
42
- c_text = " "
43
  for x in out_text.lower().split(" "):
44
  if x in input_text.lower().split(" "):
45
  c_text = c_text + x + " "
 
39
  st.success(out_text)
40
 
41
  st.markdown("### Edited sentence:")
42
+ c_text = ""
43
  for x in out_text.lower().split(" "):
44
  if x in input_text.lower().split(" "):
45
  c_text = c_text + x + " "