diff --git a/README.md b/README.md index 44cb3a9..2ba9865 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ # DebateTree A langchain app to visualise a debate using Tree-of-Thought reasoning - -
-
-
+```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]
-
-
-
-
+```