Spaces:
Sleeping
Sleeping
harmdevries
commited on
Commit
•
3590d36
1
Parent(s):
77b4edb
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ fig.add_annotation({
|
|
132 |
# Add release line
|
133 |
fig.add_vline(x='2023-10-31', line_width=3, line_dash="dash", line_color="red")
|
134 |
fig.add_annotation({
|
135 |
-
"x": '2023-
|
136 |
"y": fig.layout.yaxis['range'][1],
|
137 |
"yshift": 10,
|
138 |
"text": "Model release",
|
|
|
132 |
# Add release line
|
133 |
fig.add_vline(x='2023-10-31', line_width=3, line_dash="dash", line_color="red")
|
134 |
fig.add_annotation({
|
135 |
+
"x": '2023-10-31',
|
136 |
"y": fig.layout.yaxis['range'][1],
|
137 |
"yshift": 10,
|
138 |
"text": "Model release",
|