Spaces:
Runtime error
Runtime error
elfsong
commited on
Commit
•
7f81767
1
Parent(s):
ab64dd3
Update
Browse files
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
|
|
|
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...")
|