vinayakdev commited on
Commit
c712c56
1 Parent(s): aa69e68

Update app.py

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