Spaces:
Sleeping
Sleeping
Commit
·
22ad365
1
Parent(s):
a00ced0
Update app.py
Browse files
app.py
CHANGED
@@ -59,9 +59,10 @@ st.write(fig.layout.yaxis['range'][1] + 0.1)
|
|
59 |
fig.add_vline(x=datetime.datetime.now().strftime('%Y-%m-%d'), line_width=3, line_dash="dash", line_color="black")
|
60 |
fig.add_annotation({
|
61 |
"x": datetime.datetime.now().strftime('%Y-%m-%d'),
|
62 |
-
"y": 2
|
63 |
"text": "Today",
|
64 |
"align": "center",
|
|
|
65 |
"showarrow": False,
|
66 |
})
|
67 |
|
|
|
59 |
fig.add_vline(x=datetime.datetime.now().strftime('%Y-%m-%d'), line_width=3, line_dash="dash", line_color="black")
|
60 |
fig.add_annotation({
|
61 |
"x": datetime.datetime.now().strftime('%Y-%m-%d'),
|
62 |
+
"y": 2,
|
63 |
"text": "Today",
|
64 |
"align": "center",
|
65 |
+
"valign": "bottom",
|
66 |
"showarrow": False,
|
67 |
})
|
68 |
|