md896 commited on
Commit
72d394b
·
1 Parent(s): 6674354

Use .git GitHub URL in HTML and Gradio links.

Browse files
Files changed (2) hide show
  1. server/demo_page.html +3 -3
  2. server/gradio_ui.py +1 -1
server/demo_page.html CHANGED
@@ -810,7 +810,7 @@
810
  </div>
811
  <div class="space-actions">
812
  <a class="btn-primary" href="/gradio/">Gradio UI</a>
813
- <a class="btn-ghost" href="https://github.com/mdayan8/sql-debug-env" target="_blank" rel="noopener">GitHub</a>
814
  <button type="button" class="btn-ghost" id="btnOpenTab" title="Opens this demo in a full browser tab">Open full page</button>
815
  <a class="btn-ghost" href="https://huggingface.co/spaces/md896/sql-debug-env" target="_blank" rel="noopener">Space on Hub ↗</a>
816
  </div>
@@ -1130,7 +1130,7 @@ J(pi) = E_{tau ~ pi}[sum_{t=0..T} gamma^t * R_t]</code>
1130
  your organization’s distributions will differ—treat them as motivation for measurement, not as universal constants.
1131
  </p>
1132
  <div class="link-list" style="margin-top:12px">
1133
- <a href="https://github.com/mdayan8/sql-debug-env" target="_blank" rel="noopener">GitHub — mdayan8/sql-debug-env</a>
1134
  <a href="https://cloud.google.com/blog/products/databases/techniques-for-improving-text-to-sql" target="_blank" rel="noopener">Google Cloud: techniques for improving text-to-SQL</a>
1135
  <a href="https://arxiv.org/abs/2601.18119" target="_blank" rel="noopener">OurBench / Squirrel: enterprise SQL debugging benchmark</a>
1136
  </div>
@@ -1143,7 +1143,7 @@ J(pi) = E_{tau ~ pi}[sum_{t=0..T} gamma^t * R_t]</code>
1143
  <div class="space-footer-inner">
1144
  <span>Custom Space UI · FastAPI <code style="font-family:var(--font-mono);font-size:0.75em">/demo</code></span>
1145
  <span>
1146
- <a href="https://github.com/mdayan8/sql-debug-env" target="_blank" rel="noopener">GitHub</a>
1147
  ·
1148
  <a href="https://huggingface.co/docs/hub/spaces" target="_blank" rel="noopener">Spaces docs</a>
1149
  ·
 
810
  </div>
811
  <div class="space-actions">
812
  <a class="btn-primary" href="/gradio/">Gradio UI</a>
813
+ <a class="btn-ghost" href="https://github.com/mdayan8/sql-debug-env.git" target="_blank" rel="noopener">GitHub</a>
814
  <button type="button" class="btn-ghost" id="btnOpenTab" title="Opens this demo in a full browser tab">Open full page</button>
815
  <a class="btn-ghost" href="https://huggingface.co/spaces/md896/sql-debug-env" target="_blank" rel="noopener">Space on Hub ↗</a>
816
  </div>
 
1130
  your organization’s distributions will differ—treat them as motivation for measurement, not as universal constants.
1131
  </p>
1132
  <div class="link-list" style="margin-top:12px">
1133
+ <a href="https://github.com/mdayan8/sql-debug-env.git" target="_blank" rel="noopener">GitHub — mdayan8/sql-debug-env</a>
1134
  <a href="https://cloud.google.com/blog/products/databases/techniques-for-improving-text-to-sql" target="_blank" rel="noopener">Google Cloud: techniques for improving text-to-SQL</a>
1135
  <a href="https://arxiv.org/abs/2601.18119" target="_blank" rel="noopener">OurBench / Squirrel: enterprise SQL debugging benchmark</a>
1136
  </div>
 
1143
  <div class="space-footer-inner">
1144
  <span>Custom Space UI · FastAPI <code style="font-family:var(--font-mono);font-size:0.75em">/demo</code></span>
1145
  <span>
1146
+ <a href="https://github.com/mdayan8/sql-debug-env.git" target="_blank" rel="noopener">GitHub</a>
1147
  ·
1148
  <a href="https://huggingface.co/docs/hub/spaces" target="_blank" rel="noopener">Spaces docs</a>
1149
  ·
server/gradio_ui.py CHANGED
@@ -31,7 +31,7 @@ HF_EVAL_32 = (
31
  "artifacts/runs/20260426-060502-final-pass-32eval"
32
  )
33
  HF_MODEL = "https://huggingface.co/md896/sql-debug-agent-qwen25-05b-grpo-wandb-continue-v2"
34
- GITHUB_REPO = "https://github.com/mdayan8/sql-debug-env"
35
  WANDB_TRAINING_RUN = "https://wandb.ai/mdayanbag-pesitm/sql-debug-grpo-best-budget/workspace?nw=nwusermdayanbag"
36
  GCLOUD_TEXT2SQL_BLOG = "https://cloud.google.com/blog/products/databases/techniques-for-improving-text-to-sql"
37
  OURBENCH_PAPER = "https://arxiv.org/abs/2601.18119"
 
31
  "artifacts/runs/20260426-060502-final-pass-32eval"
32
  )
33
  HF_MODEL = "https://huggingface.co/md896/sql-debug-agent-qwen25-05b-grpo-wandb-continue-v2"
34
+ GITHUB_REPO = "https://github.com/mdayan8/sql-debug-env.git"
35
  WANDB_TRAINING_RUN = "https://wandb.ai/mdayanbag-pesitm/sql-debug-grpo-best-budget/workspace?nw=nwusermdayanbag"
36
  GCLOUD_TEXT2SQL_BLOG = "https://cloud.google.com/blog/products/databases/techniques-for-improving-text-to-sql"
37
  OURBENCH_PAPER = "https://arxiv.org/abs/2601.18119"