Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -153,17 +153,20 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 153 |
### 📖 Instructions for Visitors
|
| 154 |
|
| 155 |
**Step 1: Check Current Status**
|
| 156 |
-
Review the **Live Jetstream2 Status**. If it shows `SLEEPING (SHELVED)`, the server is off. If it shows `RUNNING (ACTIVE)`, the application is already live for everyone
|
| 157 |
|
| 158 |
**Step 2: Access or Wake Up**
|
| 159 |
- If a **Visit Link** is already visible(at top of these instuctions), simply click it to open ComFit Copilot.
|
| 160 |
-
- If no link is visible, click **Activate / Access ComFit Copilot**. This will trigger the un-shelving process.
|
| 161 |
|
| 162 |
-
**
|
| 163 |
-
The control panel will cycle through three milestones: Un-shelving, VM Activation, and Software Booting. Please be patient while the cloud prepares your environment.
|
| 164 |
|
| 165 |
-
**
|
| 166 |
If you do not interact with this page for **10 minutes**, your session will expire. The [Jetstream2 instance](https://docs.jetstream-cloud.org) will also auto-shelve after its own period of inactivity.
|
|
|
|
|
|
|
|
|
|
| 167 |
""")
|
| 168 |
|
| 169 |
# UI Event Listeners
|
|
|
|
| 153 |
### 📖 Instructions for Visitors
|
| 154 |
|
| 155 |
**Step 1: Check Current Status**
|
| 156 |
+
Review the **Live Jetstream2 Status**. If it shows `SLEEPING (SHELVED)`, the server is off. If it shows `RUNNING (ACTIVE)`, the application is already live for everyone! Either way please procedd to next step.
|
| 157 |
|
| 158 |
**Step 2: Access or Wake Up**
|
| 159 |
- If a **Visit Link** is already visible(at top of these instuctions), simply click it to open ComFit Copilot.
|
| 160 |
+
- If no link is visible, click **Activate / Access ComFit Copilot**. This will trigger the un-shelving process, which may take 2+ mins to display the link depending upon backend compute availability.
|
| 161 |
|
| 162 |
+
**Note A: Track Milestones**
|
| 163 |
+
The control panel will cycle through three milestones: Un-shelving, VM Activation, and Software Booting. Please be patient while the cloud prepares your environment. This wait period helps us to shut off our backend compute when not in use. Thanks for your co-operation :-)
|
| 164 |
|
| 165 |
+
**Note B: Automatic Session Timeout**
|
| 166 |
If you do not interact with this page for **10 minutes**, your session will expire. The [Jetstream2 instance](https://docs.jetstream-cloud.org) will also auto-shelve after its own period of inactivity.
|
| 167 |
+
|
| 168 |
+
**Note C: What to do after clicking on Visit Link**
|
| 169 |
+
Once you sign-up using your email, you will get a confirmation email. Please open that link in same browser as used for ComFit Copilot. That confirmation link may point you to empty page, don't worry :-), just close this empty tab and continue login with your existing ComFit Copilot tab
|
| 170 |
""")
|
| 171 |
|
| 172 |
# UI Event Listeners
|