Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -184,10 +184,21 @@ with gr.Blocks(title="De-KCIB Access Portal") as demo:
|
|
| 184 |
gr.Markdown("---")
|
| 185 |
gr.Markdown("<center><h3>📖 Instructions</h3></center>")
|
| 186 |
gr.Markdown("""
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
""")
|
| 192 |
|
| 193 |
gr.Markdown("---")
|
|
|
|
| 184 |
gr.Markdown("---")
|
| 185 |
gr.Markdown("<center><h3>📖 Instructions</h3></center>")
|
| 186 |
gr.Markdown("""
|
| 187 |
+
**Step 1: Check Current Status**
|
| 188 |
+
Review the **Live Jetstream2 Status**. If it shows `SLEEPING (SHELVED)`, the server is off. If it shows `RUNNING (ACTIVE)`, the Copilot maybe already alive! Either way please proceed to next step.
|
| 189 |
+
|
| 190 |
+
**Step 2: Access or Wake Up**
|
| 191 |
+
- If a flashing **Green Button** is already visible (above these instructions), simply click it to open De-KCIB Copilot.
|
| 192 |
+
- If no flashing green button is visible, click **Activate / Wake Up ComFit Copilot** button (top left). This will trigger the un-shelving process, which may take up to 2+ mins.
|
| 193 |
+
|
| 194 |
+
**Note A: Track Milestones**
|
| 195 |
+
The control panel will cycle through three milestones: Un-shelving, VM Activation, and Software Booting. Please be patient while the cloud prepares your environment.
|
| 196 |
+
|
| 197 |
+
**Note B: Automatic Session Timeout**
|
| 198 |
+
If you do not interact with this page(or next page - De-KCIB Copilot interface) for **10 minutes**, your session will expire.
|
| 199 |
+
|
| 200 |
+
**Note C: What to do after clicking on flashing green button**
|
| 201 |
+
Once you sign-up using your email on De-KCIB Copilot page (next page), a button will pop-up showing that you need to confirm email. You can safely ignore this step(no need to open your inbox) and continue with login using information you just used for sign-up. Gmail/Microsoft 3rd party sign-up may not work for some users.
|
| 202 |
""")
|
| 203 |
|
| 204 |
gr.Markdown("---")
|