From b5f983116262f7034a9a7b3c9dcbe2a8a608ff17 Mon Sep 17 00:00:00 2001 From: marlaman <42538244+marlaman@users.noreply.github.com> Date: Sun, 11 Jun 2023 08:42:46 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) 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]
     
-    
-  
- - +```