Elfsong commited on
Commit
38cd247
·
verified ·
1 Parent(s): 10339b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ if status == 'TERMINATED':
87
  response = activate_server(credentials, instance_name)
88
  elif status == 'RUNNING':
89
  st.write(f"You can access Lucky Reactor via http://{ip_address}:7860")
90
- st.write(f'Lucky Reactor can still run: {max_remaining_time} s. You can terminate it in advance.')
91
 
92
  with st.form("deactivate_form"):
93
  token = st.text_input("Token")
 
87
  response = activate_server(credentials, instance_name)
88
  elif status == 'RUNNING':
89
  st.write(f"You can access Lucky Reactor via http://{ip_address}:7860")
90
+ st.write(f'The reactor can still run **{max_remaining_time}** s. You can terminate it in advance.')
91
 
92
  with st.form("deactivate_form"):
93
  token = st.text_input("Token")