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

Commit my-awesome-file to the Hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,7 +27,7 @@ st.sidebar.markdown('<a href="mailto:[email protected]">Contact us !</a>', un
27
  st.title("On Farm View")
28
 
29
  footer_content = """
30
- <!-- Footer content -->
31
  <p>&copy; 2023 On Farm View. </p>
32
 
33
  """
@@ -52,5 +52,5 @@ m = geemap.Map(
52
  )
53
 
54
 
55
- m.to_streamlit(height=600)
56
 
 
27
  st.title("On Farm View")
28
 
29
  footer_content = """
30
+
31
  <p>&copy; 2023 On Farm View. </p>
32
 
33
  """
 
52
  )
53
 
54
 
55
+ m.to_streamlit(height=650)
56