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 a8e619f commit 949457dCopy full SHA for 949457d
samples/agentic-langgraph/app/public/index.html
@@ -21,7 +21,7 @@ <h1>LangGraph Agent Output</h1>
21
<button id="sendBtn" style="width: 80px; height: 60px; font-size: 1.2em; padding: 8px;">Send</button>
22
<div id="conversation" style="margin-top: 20px;">
23
<strong>You:</strong> <span id="sentInput"></span><br><br>
24
- <strong>Agent:</strong> <pre id="output" style="display:inline; font-family:sans-serif;"></pre>
+ <strong>Agent:</strong> <pre id="output" style="display:inline; font-family:sans-serif; white-space: pre-wrap;"></pre>
25
</div>
26
27
<script>
0 commit comments