Spaces:
Runtime error
Runtime error
trigger rebuild
Browse files
app.py
CHANGED
@@ -128,3 +128,4 @@ with col2:
|
|
128 |
with col3:
|
129 |
hue = st.radio("Select hue", ["country", "continent"], key="scatterplot_hue")
|
130 |
st.plotly_chart(scatter_plot(df, x, y, hue))
|
|
|
|
128 |
with col3:
|
129 |
hue = st.radio("Select hue", ["country", "continent"], key="scatterplot_hue")
|
130 |
st.plotly_chart(scatter_plot(df, x, y, hue))
|
131 |
+
|