Spaces:
Sleeping
Sleeping
Commit
·
e0b4ad0
1
Parent(s):
2585038
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ for i, entry in enumerate(df[::-1]):
|
|
98 |
fig.add_annotation(x='2023-01-01', y=i,
|
99 |
text=entry['Description'],
|
100 |
showarrow=False,
|
101 |
-
align="
|
102 |
|
103 |
fig.add_hline(y=-0.5, line_width=1, line_color="grey")
|
104 |
height = -0.5
|
|
|
98 |
fig.add_annotation(x='2023-01-01', y=i,
|
99 |
text=entry['Description'],
|
100 |
showarrow=False,
|
101 |
+
align="right")
|
102 |
|
103 |
fig.add_hline(y=-0.5, line_width=1, line_color="grey")
|
104 |
height = -0.5
|