Spaces:
Runtime error
Runtime error
elfsong
commited on
Commit
•
32d4d1e
1
Parent(s):
f6e5539
Fix the https typo
Browse files
app.py
CHANGED
@@ -48,4 +48,4 @@ if not status:
|
|
48 |
st.write("Lucky Reactor has been ignited. Please wait a few minutes (3~5) to preceed...")
|
49 |
response = activate_server(credentials, instance_name)
|
50 |
else:
|
51 |
-
st.write(f"You can access Lucky Reactor via
|
|
|
48 |
st.write("Lucky Reactor has been ignited. Please wait a few minutes (3~5) to preceed...")
|
49 |
response = activate_server(credentials, instance_name)
|
50 |
else:
|
51 |
+
st.write(f"You can access Lucky Reactor via http://{ip_address}:7860")
|