Prashasst commited on
Commit
75423ad
·
verified ·
1 Parent(s): ffcb230

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -324,7 +324,7 @@ def process_pdf(pdf):
324
  # output = generate(text) # Generate structured JSON
325
 
326
  # return output
327
- retrun f" {pdf.name} and {pdf.path}"
328
 
329
  # def show_to_UI(pdf):
330
  # # output = process_pdf(pdf) # Call process_pdf to get JSON
 
324
  # output = generate(text) # Generate structured JSON
325
 
326
  # return output
327
+ return f"name {pdf.name} and path {pdf.path}"
328
 
329
  # def show_to_UI(pdf):
330
  # # output = process_pdf(pdf) # Call process_pdf to get JSON