Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 (
|
| 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"):
|