elfsong commited on
Commit
32d4d1e
1 Parent(s): f6e5539

Fix the https typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 https://{ip_address}:7860")
 
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")