We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16d19a commit 763c566Copy full SHA for 763c566
demos/webpack-app/public/playground.html
@@ -19,14 +19,14 @@ <h2>🛠 Playground</h2>
19
20
<p class="explanation">
21
This demo enables you to design a workflow and test it. After any change, the workflow is re-executed. Additionally, you can
22
- adjust input values utilized in the workflow to observe how your algorithm operates with various data. Check the console to
+ adjust input values utilized in the workflow to observe how your algorithm operates with various data. Check the below console to
23
view the execution logs.
24
</p>
25
26
<h4>Inputs</h4>
27
<div id="inputs" class="variables"></div>
28
29
- <h4>Logs</h4>
+ <h4>Console</h4>
30
<ul id="logs" class="logs"></ul>
31
32
<h4>Outputs</h4>
0 commit comments