YashMK89 commited on
Commit
a96e60b
·
verified ·
1 Parent(s): a53c104

update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -46,8 +46,14 @@ st.markdown(
46
  """,
47
  unsafe_allow_html=True,
48
  )
49
- st.write("<h4><div style='text-align: center;'>User Inputs</div></h4>", unsafe_allow_html=True)
50
-
 
 
 
 
 
 
51
  # Authenticate and initialize Earth Engine
52
  earthengine_credentials = os.environ.get("EE_Authentication")
53
 
 
46
  """,
47
  unsafe_allow_html=True,
48
  )
49
+ # st.write("<h4><div style='text-align: center;'>User Inputs</div></h4>", unsafe_allow_html=True)
50
+ st.markdown(
51
+ f"""
52
+ <h4 style="text-align: center;">User Inputs</h4>
53
+ <hr>
54
+ """,
55
+ unsafe_allow_html=True,
56
+ )
57
  # Authenticate and initialize Earth Engine
58
  earthengine_credentials = os.environ.get("EE_Authentication")
59