Laborator commited on
Commit
4de469e
·
1 Parent(s): e4a3094

docs(space): add disclaimer about UI disconnect on IBM path

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -681,6 +681,7 @@ with gr.Blocks(title="QVerify") as demo:
681
  interactive=IBM_AVAILABLE,
682
  )
683
  gr.Markdown(_ibm_status_md)
 
684
 
685
  with gr.Column(scale=1):
686
  gr.Markdown("### Result")
 
681
  interactive=IBM_AVAILABLE,
682
  )
683
  gr.Markdown(_ibm_status_md)
684
+ gr.Markdown("⚠️ **Known limitation:** On HuggingFace's free tier (CPU Basic), the live progress stream may disconnect during long IBM jobs (typically 1-3 minutes). The job **continues executing on IBM hardware** regardless. If the Result panel clears before completion, copy the Job ID shown initially and use the \"Recover a previous job\" panel below. All executions are verifiable at [IBM Quantum Workloads](https://quantum.cloud.ibm.com/workloads).")
685
 
686
  with gr.Column(scale=1):
687
  gr.Markdown("### Result")