Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
d9065cb
1
Parent(s):
7d796d3
Update app.py
Browse files
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', '
|
|
|
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']])
|