mohitmayank commited on
Commit
345f860
1 Parent(s): 9a14dce

theme streamlit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,4 +100,4 @@ if st.sidebar.button('Plot!'):
100
  fig.update_layout(yaxis={'visible': False, 'showticklabels': False})
101
  fig.update_layout(xaxis={'visible': False, 'showticklabels': False})
102
  fig.update_traces(marker=dict(size=10, opacity=0.7, line=dict(width=1,color='DarkSlateGrey')),selector=dict(mode='markers'))
103
- st.plotly_chart(fig, use_container_width=True)
100
  fig.update_layout(yaxis={'visible': False, 'showticklabels': False})
101
  fig.update_layout(xaxis={'visible': False, 'showticklabels': False})
102
  fig.update_traces(marker=dict(size=10, opacity=0.7, line=dict(width=1,color='DarkSlateGrey')),selector=dict(mode='markers'))
103
+ st.plotly_chart(fig, use_container_width=True, theme="streamlit")