vinayakdev commited on
Commit
ce96f59
1 Parent(s): ace9b2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -13,7 +13,6 @@ text_ar = st.text_area("Enter text:")
13
  col1, col2, col3 = st.columns([2,1,2])
14
 
15
  if(col2.button("Generate!")):
16
- text_ar = text_ar.replace("\n"," ")
17
  pairs = creator(text_ar)
18
  for pair in pairs:
19
  st.text(pair)
 
13
  col1, col2, col3 = st.columns([2,1,2])
14
 
15
  if(col2.button("Generate!")):
 
16
  pairs = creator(text_ar)
17
  for pair in pairs:
18
  st.text(pair)