diff --git a/py/routes/recipe_routes.py b/py/routes/recipe_routes.py index 9365cb96..05a157e3 100644 --- a/py/routes/recipe_routes.py +++ b/py/routes/recipe_routes.py @@ -777,7 +777,7 @@ class RecipeRoutes: # load_extensions=False to avoid loading extensions for now parsed_workflow = parse_workflow(workflow_json, load_extensions=False) - logger.info(f"Parsed workflow: {parsed_workflow}") + logger.debug(f"Parsed workflow: {parsed_workflow}") if not parsed_workflow or not parsed_workflow.get("gen_params"): return web.json_response({"error": "Could not extract generation parameters from workflow"}, status=400) diff --git a/templates/recipes.html b/templates/recipes.html index c32a3f35..766609ca 100644 --- a/templates/recipes.html +++ b/templates/recipes.html @@ -26,6 +26,9 @@
+
+ +