Update README.md

This commit is contained in:
marlaman
2023-06-11 08:42:46 -04:00
committed by GitHub
parent f384cc9de3
commit b5f9831162
+2 -11
View File
@@ -1,10 +1,7 @@
# DebateTree
A langchain app to visualise a debate using Tree-of-Thought reasoning
<html>
<pre class="mermaid" style="width:1000px,height:400px">
```mermaid
graph TB
A["Question"] --> B1["Stance"]
A["Question"] --> B2["Stance"]
@@ -16,10 +13,4 @@ graph TB
C2 --> D2[Push-Back Against Criticism]
C3 --> D3[Push-Back Against Criticism]
</pre>
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
mermaid.initialize({{ startOnLoad: true }});
</script>
</html>
```