onfarmview commited on
Commit
7b241a4
·
1 Parent(s): 1d1f497

Add application file

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -13,11 +13,11 @@ st.set_page_config(layout="wide")
13
  def ee_authenticate(token_name):
14
  geemap.ee_initialize(token_name=token_name)
15
 
16
-
17
- st.write(
18
- "Has environment variables been set:",
19
- os.environ["EARTHENGINE_TOKEN"] == st.secrets["EARTHENGINE_TOKEN"],
20
- )
21
  def ee_authenticate(token_name):
22
  geemap.ee_initialize(token_name=token_name)
23
 
 
13
  def ee_authenticate(token_name):
14
  geemap.ee_initialize(token_name=token_name)
15
 
16
+ os.environ["EARTHENGINE_TOKEN"] == st.secrets["EARTHENGINE_TOKEN"]
17
+ # st.write(
18
+ # "Has environment variables been set:",
19
+ # os.environ["EARTHENGINE_TOKEN"] == st.secrets["EARTHENGINE_TOKEN"],
20
+ # )
21
  def ee_authenticate(token_name):
22
  geemap.ee_initialize(token_name=token_name)
23