Elfsong commited on
Commit
be2b9eb
·
verified ·
1 Parent(s): 62f47df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -78,8 +78,8 @@ st.image("cover.jpg", caption="Lucky Reactor is currently " + ("running 🚀" if
78
 
79
  if status == 'TERMINATED':
80
  with st.form("activate_form"):
81
- token = st.text_input("Token (FYI: The reactor costs USD $10 per hour to operate)")
82
- running_time = st.select_slider("Running Hours (How many hours do you need the reactor)", options=[1,2,3,4,5,6])
83
  submitted = st.form_submit_button("Ignite 🚀")
84
 
85
  if submitted and token == os.getenv("EASY_TOKEN"):
 
78
 
79
  if status == 'TERMINATED':
80
  with st.form("activate_form"):
81
+ token = st.text_input("**Token** (The reactor costs USD $10 per hour to operate)")
82
+ running_time = st.select_slider("**Running Hours** (How many hours do you need the reactor)", options=[1,2,3,4,5,6])
83
  submitted = st.form_submit_button("Ignite 🚀")
84
 
85
  if submitted and token == os.getenv("EASY_TOKEN"):