fschwartzer commited on
Commit
d9065cb
1 Parent(s): 7d796d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,4 +122,4 @@ with st.container():
122
  # Display the predicted Vunit values if applicable
123
  if 'Predicted_Vunit' in filtered_data.columns:
124
  st.write("Valores (R$/m²) previstos com algoritmo KNN:")
125
- st.write(filtered_data[['latitude', 'longitude', 'Vunit', 'KNN (R$/m²)']])
 
122
  # Display the predicted Vunit values if applicable
123
  if 'Predicted_Vunit' in filtered_data.columns:
124
  st.write("Valores (R$/m²) previstos com algoritmo KNN:")
125
+ st.write(filtered_data[['latitude', 'longitude', 'Vunit', 'Predicted_Vunit']])