dperales commited on
Commit
ec9b0ed
β€’
1 Parent(s): cc6c235

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def main():
33
 
34
  if st.button("Prediction"):
35
  # plot pca cluster plot
36
- plot_model(kmeans, plot = 'cluster', display_format = β€˜streamlit’)
37
 
38
  # Convert the plot to a compatible format for Streamlit
39
  # compatible_plot = go.Figure(data=plot['data'], layout=plot['layout'])
 
33
 
34
  if st.button("Prediction"):
35
  # plot pca cluster plot
36
+ plot_model(kmeans, plot = 'cluster', display_format = 'streamlit')
37
 
38
  # Convert the plot to a compatible format for Streamlit
39
  # compatible_plot = go.Figure(data=plot['data'], layout=plot['layout'])