Spaces:
Sleeping
Sleeping
skanderovitch
commited on
Update app.py
Browse files
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 |
|