scholarly360 commited on
Commit
fcfbd43
·
verified ·
1 Parent(s): 29942c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ with st.form("my_form"):
76
  doc = docx.Document(save_path)
77
  paragraphs = doc.paragraphs
78
  for para in paragraphs:
79
- time.sleep(2)
80
  text = para.text
81
  words = text.split()
82
  if len(words) > LIMIT_WORDS_PARA:
 
76
  doc = docx.Document(save_path)
77
  paragraphs = doc.paragraphs
78
  for para in paragraphs:
79
+ time.sleep(5)
80
  text = para.text
81
  words = text.split()
82
  if len(words) > LIMIT_WORDS_PARA: