Docfile commited on
Commit
fb9482d
·
verified ·
1 Parent(s): ae05b7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -29,6 +29,8 @@ def process_pdf(prompt):
29
  "\n\n",
30
  prompt
31
  ])
 
 
32
  #genai.delete_file(sample_file.name)
33
  return result.text
34
  except Exception as e:
 
29
  "\n\n",
30
  prompt
31
  ])
32
+
33
+ print(prompt)
34
  #genai.delete_file(sample_file.name)
35
  return result.text
36
  except Exception as e: