elfsong commited on
Commit
7f81767
1 Parent(s): ab64dd3
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,5 +43,5 @@ if not status:
43
  token = st.text_input("token")
44
  submitted = st.form_submit_button("Ignite")
45
 
46
- if submitted:
47
- st.write("Lucky Reactor has been ignited. Please wait a couple of minutes...")
 
43
  token = st.text_input("token")
44
  submitted = st.form_submit_button("Ignite")
45
 
46
+ if submitted and token == os.getenv("EASY_TOKEN"):
47
+ st.write("Lucky Reactor has been ignited. Please wait a few minutes (3~5) to preceed...")