Spaces:
Sleeping
Sleeping
Commit
·
78eb7f4
1
Parent(s):
1e58fc8
add my first model config file :)
Browse files
.DS_Store
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 8196
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:baef41f38b262ce2cb863cc4f30e546c729ed6aa3ae2bd609bb61ed8140c4c19
|
3 |
size 8196
|
app.py
CHANGED
@@ -28,7 +28,7 @@ st.title("On Farm View")
|
|
28 |
|
29 |
footer_content = """
|
30 |
<!-- Footer content -->
|
31 |
-
<p>© 2023 On Farm View.
|
32 |
|
33 |
"""
|
34 |
|
@@ -48,7 +48,7 @@ m = geemap.Map(
|
|
48 |
Draw_export=True,
|
49 |
locate_control=True,
|
50 |
plugin_LatLngPopup=True,
|
51 |
-
center=map_center, zoom=
|
52 |
)
|
53 |
|
54 |
|
|
|
28 |
|
29 |
footer_content = """
|
30 |
<!-- Footer content -->
|
31 |
+
<p>© 2023 On Farm View. </p>
|
32 |
|
33 |
"""
|
34 |
|
|
|
48 |
Draw_export=True,
|
49 |
locate_control=True,
|
50 |
plugin_LatLngPopup=True,
|
51 |
+
center=map_center, zoom=15,
|
52 |
)
|
53 |
|
54 |
|