Spaces:
Running
Running
Commit
·
de2fb45
1
Parent(s):
a460eac
Update app.py
Browse files
app.py
CHANGED
@@ -232,7 +232,7 @@ 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.map(latitude= custom_lat, longitude = custom_lon, color = '336eff')
|
236 |
st.write("Dados:", filtered_data) # Debug: Print filtered_data
|
237 |
|
238 |
k_threshold = 5
|