Marthee commited on
Commit
78a4008
·
verified ·
1 Parent(s): 3ad971b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -362,7 +362,7 @@ def findapitobebilledonlymarthe():
362
  </html>
363
  """
364
  # return Response(html_content, mimetype="text/html", headers={"Filename": filename})
365
- return jsonify(tablepdfoutput)#({"input_data": html_content,"Filename:":filename})
366
  # return Response(html_content, mimetype="text/html", headers={"Filename": filename})
367
  except Exception as e:
368
  print(f"Error in /findapitobebilledonly: {e}")
 
362
  </html>
363
  """
364
  # return Response(html_content, mimetype="text/html", headers={"Filename": filename})
365
+ return jsonify({"input_data": html_content,"Filename:":filename})
366
  # return Response(html_content, mimetype="text/html", headers={"Filename": filename})
367
  except Exception as e:
368
  print(f"Error in /findapitobebilledonly: {e}")