Skip to content

Commit d014f9d

Browse files
committed
Add png file links to README
1 parent 94d5240 commit d014f9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This workspace contains Python scripts for visualizing meeting data as directed
1717
4. Adds nodes and edges for all relevant entities.
1818
5. Saves the resulting graph visualization as `graph.png`.
1919

20+
![graph.png](graph.png)
21+
2022
### Nodes-Edges2.py
2123

2224
- **Purpose:**
@@ -28,6 +30,8 @@ This workspace contains Python scripts for visualizing meeting data as directed
2830
4. Adds nodes and edges for all entities across all meetings.
2931
5. Saves the resulting graph visualization as `graph2.png`.
3032

33+
![graph2.png](graph2.png)
34+
3135
---
3236

3337
**Note:**

0 commit comments

Comments
 (0)