dperales commited on
Commit
c311506
·
1 Parent(s): 02d2227

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ def main():
141
  exp_clustering.setup(insurance_claims_reduced, session_id = 123)
142
 
143
  with st.spinner("Analyzing..."):
144
- with col2:
145
  st.markdown("<br><br><br><br>", unsafe_allow_html=True)
146
  # train kmeans model
147
  cluster_model = create_model(selected_model, num_clusters = selected_clusters)
 
141
  exp_clustering.setup(insurance_claims_reduced, session_id = 123)
142
 
143
  with st.spinner("Analyzing..."):
144
+ with col1:
145
  st.markdown("<br><br><br><br>", unsafe_allow_html=True)
146
  # train kmeans model
147
  cluster_model = create_model(selected_model, num_clusters = selected_clusters)