Skip to content

Commit

Permalink
refactor(frontend): : clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Jul 23, 2024
1 parent e1aca35 commit 36ec627
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions server-jetty/src/main/js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@
</head>
<body>
<lg4j-workbench title="LangGraph4j">
<lg4j-graph slot="graph">
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
</lg4j-graph>
<lg4j-graph slot="graph"></lg4j-graph>
<lg4j-result slot="result"></lg4j-result>
<lg4j-executor slot="executor" url="http://localhost:8080" test></lg4j-executor>
</lg4j-workbench>
Expand Down

0 comments on commit 36ec627

Please sign in to comment.