From 83ab06d33f80b37c26a7e2ea462fc5a772bd618e Mon Sep 17 00:00:00 2001 From: Charlie Cheng-Jie Ji <55744150+CharlieJCJ@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:02:37 -0700 Subject: [PATCH] [BFCL Blog] Hot Fix Plotly Key Name for Simple Function (#589) Fixed simple function plotly key name from `Python Simple Function AST` to `Simple Function AST` --- blogs/12_bfcl_v2_live.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogs/12_bfcl_v2_live.html b/blogs/12_bfcl_v2_live.html index f769c0230..394341f8f 100644 --- a/blogs/12_bfcl_v2_live.html +++ b/blogs/12_bfcl_v2_live.html @@ -2676,7 +2676,7 @@

Citation

.then(response => response.json()) .then(data => { const container = document.getElementById('charts-container'); - const simpleCategory = "Python Simple Function AST"; + const simpleCategory = "Simple Function AST"; const categories = Object.keys(data); // Function to create and append chart elements