OnFarmView commited on
Commit
78eb7f4
·
1 Parent(s): 1e58fc8

add my first model config file :)

Browse files
Files changed (2) hide show
  1. .DS_Store +1 -1
  2. app.py +2 -2
.DS_Store CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2a29326beedea5f2dd27277361095d8cec27c3c2386f52df69c826585c1878e
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>&copy; 2023 On Farm View. All rights reserved.</p>
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=13,
52
  )
53
 
54
 
 
28
 
29
  footer_content = """
30
  <!-- Footer content -->
31
+ <p>&copy; 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