Annikaijak commited on
Commit
c49ae24
1 Parent(s): cb7ea95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -184,8 +184,10 @@ with tab4:
184
  #st.dataframe(batch_data.head())
185
 
186
  with tab5:
187
- st.markdown('The predictions are made on the basis of a KNearestNeighbours model.')
188
- #st.write(model)
 
 
189
 
190
 
191
  # Making a countplot of the predictions
 
184
  #st.dataframe(batch_data.head())
185
 
186
  with tab5:
187
+ st.markdown('The predictions are made on the basis of two KNearestNeighbours models.')
188
+
189
+ st.write('**Model to predict parking place near building:**')
190
+ st.write(building_hist_model)
191
 
192
 
193
  # Making a countplot of the predictions