Marthee commited on
Commit
b53a59b
·
verified ·
1 Parent(s): d938595

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -2246,11 +2246,11 @@ def testFunction(pdf_path, model,LLM_prompt):
2246
  if subject in first_line or first_line in subject:
2247
  entry["BodyText"] = entry["BodyText"][1:]
2248
  jsons.append(data_list_JSON)
2249
- logger.info(f"Markups done! Uploading to dropbox")
2250
- logger.info(f"Uploaded and Readyy!")
2251
-
2252
-
2253
- return jsons,identified_headers
2254
 
2255
 
2256
 
 
2246
  if subject in first_line or first_line in subject:
2247
  entry["BodyText"] = entry["BodyText"][1:]
2248
  jsons.append(data_list_JSON)
2249
+ logger.info(f"Markups done! Uploading to dropbox")
2250
+ logger.info(f"Uploaded and Readyy!")
2251
+
2252
+
2253
+ return jsons,identified_headers
2254
 
2255
 
2256