ali121300 commited on
Commit
1e958aa
1 Parent(s): 558e582

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ def main():
142
 
143
  if st.button("Process and build Model"):
144
  with st.spinner("Processing"):
145
- raw_txt=get_pdf_text_fa_en(pdf_docs=pdf_docs)
146
  # get the text chunks
147
  text_chunks = get_text_chunks(raw_text)
148
  # create vector store
 
142
 
143
  if st.button("Process and build Model"):
144
  with st.spinner("Processing"):
145
+ raw_text=get_pdf_text_fa_en(pdf_docs=pdf_docs)
146
  # get the text chunks
147
  text_chunks = get_text_chunks(raw_text)
148
  # create vector store