elfsong commited on
Commit
bb6c41f
β€’
1 Parent(s): 591a7c6

Update Logo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ st.image("cover.jpg", caption="Lucky Reactor is currently " + ("running πŸš€" if
39
  if not status:
40
  with st.form("my_form"):
41
  token = st.text_input("Token (FYI: The reactor costs USD $10 per hour to operate)")
42
- submitted = st.form_submit_button("Ignite")
43
 
44
  if submitted and token == os.getenv("EASY_TOKEN"):
45
  st.write("Lucky Reactor has been ignited. Please wait a few minutes (3~5) to preceed...")
 
39
  if not status:
40
  with st.form("my_form"):
41
  token = st.text_input("Token (FYI: The reactor costs USD $10 per hour to operate)")
42
+ submitted = st.form_submit_button("Ignite πŸš€")
43
 
44
  if submitted and token == os.getenv("EASY_TOKEN"):
45
  st.write("Lucky Reactor has been ignited. Please wait a few minutes (3~5) to preceed...")