Spaces:
Sleeping
Sleeping
Commit
·
3a18b80
1
Parent(s):
0fa040d
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ fig.update_xaxes(ticks= "outside",
|
|
46 |
griddash='dot',
|
47 |
gridcolor='white')
|
48 |
)
|
49 |
-
|
50 |
fig.add_vline(x=datetime.now().strftime('%Y-%m-%d'), line_width=3, line_dash="dash", line_color="green")
|
51 |
|
52 |
st.plotly_chart(fig, use_container_width=True)
|
|
|
46 |
griddash='dot',
|
47 |
gridcolor='white')
|
48 |
)
|
49 |
+
fig.layout.xaxis.rangeselector = None
|
50 |
fig.add_vline(x=datetime.now().strftime('%Y-%m-%d'), line_width=3, line_dash="dash", line_color="green")
|
51 |
|
52 |
st.plotly_chart(fig, use_container_width=True)
|