JatinkInnovision commited on
Commit
4206178
·
verified ·
1 Parent(s): e230910

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -4
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
- 1. **Check Status**: If the status is `SLEEPING (SHELVED)`, click the **Activate** button above.
188
- 2. **Wait for Boot**: The system takes approximately 2-3 minutes to unshelve and start the AI services on the m3.medium hardware.
189
- 3. **Access**: Once ready, a **flashing green button** will appear. Click it to open the De-KCIB interface in a new tab.
190
- 4. **Auto-Sleep**: To save resources, the instance will automatically return to sleep after 60 minutes of inactivity.
 
 
 
 
 
 
 
 
 
 
 
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("---")