Jonas Neves commited on
Commit
03c7508
·
unverified ·
2 Parent(s): 09b0a70 8c11cc0

Merge pull request #2 from alexoh2bd/update-readme-diagram

Browse files

Diagram update: Include VADER & adjust colors in dark theme

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -107,7 +107,7 @@ flowchart TB
107
  end
108
 
109
  subgraph Processing["🧠 Data Processing"]
110
- F["TextBlob<br/>Sentiment Engine"]
111
  G["Plotly<br/>Visualizations"]
112
  H["Pandas<br/>Data Processing"]
113
  end
@@ -127,10 +127,10 @@ flowchart TB
127
  C --> I
128
  C --> J
129
 
130
- classDef frontend fill:#e3f2fd,stroke:#1976d2,stroke-width:2px
131
- classDef application fill:#fff3e0,stroke:#f57c00,stroke-width:2px
132
- classDef processing fill:#f3e5f5,stroke:#7b1fa2,stroke-width:2px
133
- classDef external fill:#fce4ec,stroke:#c2185b,stroke-width:2px
134
 
135
  class A,B frontend
136
  class C,D,E application
 
107
  end
108
 
109
  subgraph Processing["🧠 Data Processing"]
110
+ F["TextBlob + VADER<br/>Sentiment Engines"]
111
  G["Plotly<br/>Visualizations"]
112
  H["Pandas<br/>Data Processing"]
113
  end
 
127
  C --> I
128
  C --> J
129
 
130
+ classDef frontend fill:#1f6feb,stroke:#58a6ff,stroke-width:2px,color:#f0f6fc
131
+ classDef application fill:#2ea043,stroke:#3fb950,stroke-width:2px,color:#f0f6fc
132
+ classDef processing fill:#a371f7,stroke:#d2a8ff,stroke-width:2px,color:#f0f6fc
133
+ classDef external fill:#f85149,stroke:#ff7b72,stroke-width:2px,color:#f0f6fc
134
 
135
  class A,B frontend
136
  class C,D,E application