▶️ 查看代码
flowchart LR
A["用户搜索<br/>头痛"] --> B["谷歌自动补全<br/>推荐流感症状"]
B --> C["流感症状<br/>搜索量↑↑"]
C --> D["模型预测:<br/>流感大爆发!"]
D --> E["实际情况:<br/>没有那么严重"]
style A fill:#e8f4f8,color:#000
style B fill:#fff3cd,color:#000
style C fill:#f8d7da,color:#000
style D fill:#f8d7da,color:#000
style E fill:#d4edda,color:#000