Spaces:
Running
Running
Update app.py
Browse files
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'
|
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")
|