Skip to content

Commit

Permalink
[BFCL Blog] Hot Fix Plotly Key Name for Simple Function (#589)
Browse files Browse the repository at this point in the history
Fixed simple function plotly key name from `Python Simple Function AST`
to `Simple Function AST`
  • Loading branch information
CharlieJCJ authored Aug 19, 2024
1 parent 0a40be4 commit 83ab06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blogs/12_bfcl_v2_live.html
Original file line number Diff line number Diff line change
Expand Up @@ -2676,7 +2676,7 @@ <h4 id="citation">Citation</h4>
.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
Expand Down

0 comments on commit 83ab06d

Please sign in to comment.