Spaces:
Running
Running
Update timeline_generator.py
Browse files- timeline_generator.py +1 -1
timeline_generator.py
CHANGED
@@ -53,7 +53,7 @@ def generate_timeline_diagram(json_input: str, output_format: str) -> str:
|
|
53 |
name='Timeline',
|
54 |
format='png',
|
55 |
graph_attr={
|
56 |
-
'rankdir': 'TB', # Top-to-Bottom
|
57 |
'splines': 'ortho', # Straight lines with 90-degree bends
|
58 |
'bgcolor': 'white', # White background
|
59 |
'pad': '0.8', # Padding around the graph
|
|
|
53 |
name='Timeline',
|
54 |
format='png',
|
55 |
graph_attr={
|
56 |
+
'rankdir': 'TB', # Top-to-Bottom
|
57 |
'splines': 'ortho', # Straight lines with 90-degree bends
|
58 |
'bgcolor': 'white', # White background
|
59 |
'pad': '0.8', # Padding around the graph
|