skanderovitch commited on
Commit
5a2b249
·
verified ·
1 Parent(s): c16c5c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -199,6 +199,11 @@ fig.update_layout(legend=dict(
199
  xanchor="right",
200
  x=1
201
  ))
 
 
 
 
 
202
  st.subheader('This is how similar the parties are, based on your interests')
203
  st.plotly_chart(fig, config={'displayModeBar': False})
204
 
 
199
  xanchor="right",
200
  x=1
201
  ))
202
+
203
+
204
+ fig.update_xaxes(visible=False, showticklabels=False)
205
+ fig.update_yaxes(visible=False, showticklabels=False)
206
+
207
  st.subheader('This is how similar the parties are, based on your interests')
208
  st.plotly_chart(fig, config={'displayModeBar': False})
209