Spaces:
Running
Running
Update timeline_generator.py
Browse files- timeline_generator.py +1 -1
timeline_generator.py
CHANGED
|
@@ -78,7 +78,7 @@ def generate_timeline_diagram(json_input: str, output_format: str) -> str:
|
|
| 78 |
shape='plaintext',
|
| 79 |
fontsize='18',
|
| 80 |
fontweight='bold',
|
| 81 |
-
fontcolor='#
|
| 82 |
pos="6,2!"
|
| 83 |
)
|
| 84 |
|
|
|
|
| 78 |
shape='plaintext',
|
| 79 |
fontsize='18',
|
| 80 |
fontweight='bold',
|
| 81 |
+
fontcolor='#000000',
|
| 82 |
pos="6,2!"
|
| 83 |
)
|
| 84 |
|