gstdl commited on
Commit
9995122
1 Parent(s): 9d50cd3

trigger rebuild

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
+