Pointf5ive commited on
Commit
f5e520e
·
1 Parent(s): 668ed10

Make bridge activation clearly visible on Dashboard

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -2988,7 +2988,8 @@ with gr.Blocks(title="TOTEM Studio") as demo:
2988
  "background:rgba(10,22,45,.85);color:#f6f1e8;font-size:13px;'>"
2989
  "<b>Mode:</b> Draft Mode (ORDER_91) keeps manuscript extraction separate from scoring. "
2990
  "Only <b>Run TOTEM Analysis</b> updates the 5 scoring metrics. "
2991
- "<span style='opacity:.8'>Build: a453059</span>"
 
2992
  "</div>"
2993
  )
2994
 
@@ -3001,7 +3002,7 @@ with gr.Blocks(title="TOTEM Studio") as demo:
3001
  variant="primary",
3002
  scale=1,
3003
  )
3004
- run_button = gr.Button("Run TOTEM Analysis", variant="secondary", scale=1)
3005
 
3006
  gr.HTML("<div class='js-workbook-intake-anchor' aria-hidden='true'></div>")
3007
  with gr.Accordion("Workbook Intake (required for scoring)", open=True, elem_id="workbook-intake-panel"):
@@ -3018,7 +3019,7 @@ with gr.Blocks(title="TOTEM Studio") as demo:
3018
  interactive=False,
3019
  )
3020
 
3021
- with gr.Accordion("Manuscript Intake (score pipeline)", open=False, elem_id="codex-panel"):
3022
  with gr.Column(elem_classes=["codex-body"]):
3023
  gr.Markdown(
3024
  "Upload manuscript here to build analysis context. Scoring updates only when you click Run TOTEM Analysis."
 
2988
  "background:rgba(10,22,45,.85);color:#f6f1e8;font-size:13px;'>"
2989
  "<b>Mode:</b> Draft Mode (ORDER_91) keeps manuscript extraction separate from scoring. "
2990
  "Only <b>Run TOTEM Analysis</b> updates the 5 scoring metrics. "
2991
+ "<span style='opacity:.95;color:#8df0b5;font-weight:700'>BRIDGE ACTIVE</span> · "
2992
+ "<span style='opacity:.8'>Build: 668ed10</span>"
2993
  "</div>"
2994
  )
2995
 
 
3002
  variant="primary",
3003
  scale=1,
3004
  )
3005
+ run_button = gr.Button("Run TOTEM Analysis (Bridge v1)", variant="secondary", scale=1)
3006
 
3007
  gr.HTML("<div class='js-workbook-intake-anchor' aria-hidden='true'></div>")
3008
  with gr.Accordion("Workbook Intake (required for scoring)", open=True, elem_id="workbook-intake-panel"):
 
3019
  interactive=False,
3020
  )
3021
 
3022
+ with gr.Accordion("Manuscript Intake (score pipeline)", open=True, elem_id="codex-panel"):
3023
  with gr.Column(elem_classes=["codex-body"]):
3024
  gr.Markdown(
3025
  "Upload manuscript here to build analysis context. Scoring updates only when you click Run TOTEM Analysis."