Spaces:
Sleeping
Sleeping
Commit
·
1b87830
1
Parent(s):
de2fb45
Update app.py
Browse files
app.py
CHANGED
@@ -232,7 +232,6 @@ filtered_data['Predicted_target'] = predicted_target
|
|
232 |
# Display the map and filtered_data
|
233 |
with st.container():
|
234 |
st.map(filtered_data, zoom=zoom_level, use_container_width=True)
|
235 |
-
st.map(latitude= custom_lat, longitude = custom_lon, color = '336eff')
|
236 |
st.write("Dados:", filtered_data) # Debug: Print filtered_data
|
237 |
|
238 |
k_threshold = 5
|
|
|
232 |
# Display the map and filtered_data
|
233 |
with st.container():
|
234 |
st.map(filtered_data, zoom=zoom_level, use_container_width=True)
|
|
|
235 |
st.write("Dados:", filtered_data) # Debug: Print filtered_data
|
236 |
|
237 |
k_threshold = 5
|