elfsong commited on
Commit
9c2d484
β€’
1 Parent(s): 7f81767
Files changed (1) hide show
  1. app.py +1 -6
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")