yipengsun commited on
Commit
550f866
·
verified ·
1 Parent(s): b639ff8

Update README with workflow diagram

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Diagnostic Devil's Advocate
3
- emoji: "\U0001FA7A"
4
  colorFrom: red
5
  colorTo: blue
6
  sdk: gradio
@@ -48,7 +48,7 @@ Doctors are not wrong because they lack knowledge -- they are wrong because the
48
  Four agents, each with a distinct adversarial role, orchestrated by [LangGraph](https://langchain-ai.github.io/langgraph/) as a linear `StateGraph`:
49
 
50
  <div align="center">
51
- <img src="https://raw.githubusercontent.com/sypsyp97/diagnostic-devils-advocate/main/assets/workflow.jpg" alt="Workflow Diagram" width="100%">
52
  </div>
53
 
54
  ### Key Design Choices
 
1
  ---
2
  title: Diagnostic Devil's Advocate
3
+ emoji: "🩺"
4
  colorFrom: red
5
  colorTo: blue
6
  sdk: gradio
 
48
  Four agents, each with a distinct adversarial role, orchestrated by [LangGraph](https://langchain-ai.github.io/langgraph/) as a linear `StateGraph`:
49
 
50
  <div align="center">
51
+ <img src="assets/workflow.jpg" alt="Workflow Diagram" width="100%">
52
  </div>
53
 
54
  ### Key Design Choices