Spaces:
Runtime error
Runtime error
elfsong
commited on
Commit
β’
9c2d484
1
Parent(s):
7f81767
Update
Browse files
app.py
CHANGED
@@ -33,12 +33,7 @@ status = get_status(credentials)
|
|
33 |
|
34 |
st.image("cover.jpg", caption="Reactor is currently " + ("running π" if status else "sleeping π΄") + ".")
|
35 |
|
36 |
-
if not status:
|
37 |
-
# col1, col2, col3 = st.beta_columns([1,1,1])
|
38 |
-
# with col2:
|
39 |
-
# if st.button("Ignite", use_container_width=True):
|
40 |
-
# st.write("Here you go: [LINK]")
|
41 |
-
|
42 |
with st.form("my_form"):
|
43 |
token = st.text_input("token")
|
44 |
submitted = st.form_submit_button("Ignite")
|
|
|
33 |
|
34 |
st.image("cover.jpg", caption="Reactor is currently " + ("running π" if status else "sleeping π΄") + ".")
|
35 |
|
36 |
+
if not status:
|
|
|
|
|
|
|
|
|
|
|
37 |
with st.form("my_form"):
|
38 |
token = st.text_input("token")
|
39 |
submitted = st.form_submit_button("Ignite")
|