ErikH commited on
Commit
a52aa9f
1 Parent(s): 16d24bf

Update pages/bot.py

Browse files
Files changed (1) hide show
  1. pages/bot.py +1 -1
pages/bot.py CHANGED
@@ -41,7 +41,7 @@ def get_pdf_text(folder_path):
41
  text=text.replace("\n", " ")
42
  text=text.replace("- ", "")
43
  st.text(text)
44
- text=translator(text)
45
  st.text(text)
46
  return text
47
 
 
41
  text=text.replace("\n", " ")
42
  text=text.replace("- ", "")
43
  st.text(text)
44
+ text=translator(""+text)
45
  st.text(text)
46
  return text
47