JatinkInnovision commited on
Commit
d52e04f
·
verified ·
1 Parent(s): 781eb59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -178,15 +178,12 @@ with gr.Blocks() as demo:
178
  # CENTER ALIGNED INSTRUCTIONS HEADER
179
  gr.Markdown("<center><h3>📖 Instructions for Visitors</h3></center>")
180
  gr.Markdown("""
181
- **Step 1: Check Current Status**
182
- 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.
183
-
184
- **Step 2: Access or Wake Up**
185
  - If a flashing **Green Button** is already visible (above these instructions), simply click it to open ComFit Copilot.
186
  - If no flashing green button is visible, click **Activate / Access ComFit Copilot** button (top left). This will trigger the un-shelving process, which may take up to 2+ mins.
187
 
188
  **Note A: Track Milestones**
189
- The control panel will cycle through three milestones: Un-shelving, VM Activation, and Software Booting. Please be patient while the cloud prepares your environment.
190
 
191
  **Note B: Automatic Session Timeout**
192
  If you do not interact with this page(or next page - ComFit Copilot interface) for **10 minutes**, your session will expire.
 
178
  # CENTER ALIGNED INSTRUCTIONS HEADER
179
  gr.Markdown("<center><h3>📖 Instructions for Visitors</h3></center>")
180
  gr.Markdown("""
181
+ **Access or Wake Up**
 
 
 
182
  - If a flashing **Green Button** is already visible (above these instructions), simply click it to open ComFit Copilot.
183
  - If no flashing green button is visible, click **Activate / Access ComFit Copilot** button (top left). This will trigger the un-shelving process, which may take up to 2+ mins.
184
 
185
  **Note A: Track Milestones**
186
+ The control panel will cycle through three milestones: Un-shelving, VM Activation, and Software Booting. Please wait while the cloud prepares your environment.
187
 
188
  **Note B: Automatic Session Timeout**
189
  If you do not interact with this page(or next page - ComFit Copilot interface) for **10 minutes**, your session will expire.