Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
| 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}")
|