Spaces:
Sleeping
Sleeping
harmdevries
commited on
Commit
·
14eb75b
1
Parent(s):
781895f
Update app.py
Browse files
app.py
CHANGED
@@ -86,5 +86,8 @@ for name, repo_name in name2repo:
|
|
86 |
"align": "left",
|
87 |
"showarrow": False,
|
88 |
})
|
|
|
|
|
|
|
89 |
|
90 |
st.plotly_chart(fig, use_container_width=True)
|
|
|
86 |
"align": "left",
|
87 |
"showarrow": False,
|
88 |
})
|
89 |
+
|
90 |
+
fig.add_hline(y=-0.5, line_width=3, line_dash="dash", line_color="grey")
|
91 |
+
fig.add_hline(y=2.5, line_width=3, line_dash="dash", line_color="grey")
|
92 |
|
93 |
st.plotly_chart(fig, use_container_width=True)
|