dwh1142 commited on
Commit
502fd5c
1 Parent(s): 2fd996b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def predict(file_obj, question):
12
 
13
  for page in reader.pages:
14
  txt = page.extract_text()
15
- docText += f" {txt}")
16
 
17
  qaInput = {
18
  'question': question,
 
12
 
13
  for page in reader.pages:
14
  txt = page.extract_text()
15
+ docText += f" {txt}"
16
 
17
  qaInput = {
18
  'question': question,