Spaces:
Sleeping
Sleeping
File size: 29,341 Bytes
b6a5e1c bf8d4f9 b6a5e1c bf8d4f9 b6a5e1c bf8d4f9 b6a5e1c bf8d4f9 b6a5e1c bf8d4f9 b6a5e1c bf8d4f9 b6a5e1c bf8d4f9 b6a5e1c bf8d4f9 b6a5e1c 1543740 3454e5c b6a5e1c bf8d4f9 b6a5e1c bf8d4f9 3454e5c b6a5e1c 3454e5c b6a5e1c 3454e5c b6a5e1c 3454e5c b6a5e1c 3454e5c b6a5e1c 3454e5c b6a5e1c 3454e5c b6a5e1c 3454e5c b6a5e1c 3454e5c b6a5e1c 3454e5c b6a5e1c 3454e5c b6a5e1c 3454e5c b6a5e1c 3454e5c b6a5e1c 3454e5c b6a5e1c 3454e5c b6a5e1c 3454e5c b6a5e1c 3454e5c b6a5e1c 3454e5c bf8d4f9 b6a5e1c 3454e5c b6a5e1c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 | """
app.py β Topic Modelling Agentic AI | Gradio UI
βββββββββββββββββββββββββββββββββββββββββββββββββββ
Version: 3.1.0 | April 2026
Stack: Gradio 5.x + LangGraph + Mistral + BERTopic
Deploy: HuggingFace Spaces (sdk: gradio)
Rules: Zero gr.HTML(). All UI via native Gradio components.
See GRADIO_UI_GUIDELINES_v2.docx for full standards.
ARCHITECTURE β 20 Blocks in 5 Sections
βββββββββββββββββββββββββββββββββββββββββ
Section 1: Setup (B1βB3) Imports, agent, theme
Section 2: Helpers (B4βB10) Pure Python functions, no UI
Section 3: UI Layout (B11βB17) gr.Blocks with native components
Section 4: Event Wiring (B18βB19) Connect UI to functions
Section 5: Launch (B20) Start server
BLOCK COMMUNICATION MAP
βββββββββββββββββββββββββ
B6 (respond) ββ B2 (agent) : invokes agent for chat
B6 (respond) β B4 (output) : scans for download files
B7 (chart) β B17a (display) : loads Plotly JSON β gr.Plot
B8 (table) β B16 (review) : builds rows β gr.Dataframe
B9 (papers) β B16 (review) : triggered by row click
B10 (submit) β B2 (agent) : sends review edits to agent
B18 (wiring) β B5,B7,B8 : refreshes progress, charts, table
"""
import os
import glob
import json
import plotly.io as pio
import gradio as gr
from langchain_mistralai import ChatMistralAI
from langgraph.prebuilt import create_react_agent
from langgraph.checkpoint.memory import MemorySaver
from agent import SYSTEM_PROMPT, get_local_tools
print(">>> app.py: imports complete")
llm = ChatMistralAI(model="mistral-small-latest", temperature=0, timeout=300)
tools = get_local_tools()
agent = create_react_agent(
model=llm, tools=tools, prompt=SYSTEM_PROMPT, checkpointer=MemorySaver()
)
print(f">>> app.py: agent ready ({len(tools)} tools)")
_msg_count = 0 # Global message counter (shared across users)
_uploaded = {"path": ""} # Last uploaded CSV path (shared session)
# ββ end B2: Agent setup ββββββββββββββββββββββββββββββββββββββββ
# ββ B3: Theme βββββββββββββββββββββββββββββββββββββββββββββββββββ
# PURPOSE: Define the visual identity of the entire application.
# Uses teal/indigo on zinc β purposeful scientific feel.
# Plus Jakarta Sans: geometric-humanist, modern but not generic.
# Fira Code for monospace elements (phase progress, etc).
# USED BY: B20 (demo.launch) β theme applied at launch time.
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
theme = gr.themes.Default(
primary_hue="teal",
secondary_hue="indigo",
neutral_hue="zinc",
font=gr.themes.GoogleFont("Plus Jakarta Sans"),
font_mono=gr.themes.GoogleFont("Fira Code"),
radius_size="sm",
spacing_size="md",
).set(
button_primary_background_fill="*primary_600",
button_primary_background_fill_hover="*primary_500",
button_primary_text_color="white",
block_label_text_size="sm",
block_title_text_weight="600",
)
# ββ end B3: Theme ββββββββββββββββββββββββββββββββββββββββββββββ
def _latest_output():
"""Scan /tmp for ALL rq4_* files, sorted by phase order.
Returns list of filepaths for gr.File download component."""
phase_order = {
"summaries": 1, "labels": 2, "themes": 3, "taxonomy": 4,
"emb": 0, "intertopic": 5, "bars": 6, "hierarchy": 7,
"heatmap": 8, "comparison": 9, "narrative": 10,
}
files = (
glob.glob("/tmp/rq4_*.csv")
+ glob.glob("/tmp/rq4_*.json")
+ glob.glob("/tmp/checkpoints/rq4_*.json")
)
scored = list(map(
lambda f: (sum(v * (k in f) for k, v in phase_order.items()), f),
files,
))
scored.sort(key=lambda x: x[0])
return list(map(lambda x: x[1], scored)) or None
# ββ end B4: _latest_output βββββββββββββββββββββββββββββββββββββ
def _build_progress():
"""Return emoji progress pipeline. NO HTML β just text + emoji.
Displayed in gr.Markdown component (B14)."""
checks = [
("Load", bool(glob.glob("/tmp/checkpoints/rq4_*_summaries.json")
or glob.glob("/tmp/checkpoints/rq4_*_emb.npy"))),
("Codes", bool(glob.glob("/tmp/checkpoints/rq4_*_labels.json"))),
("Themes", bool(glob.glob("/tmp/checkpoints/rq4_*_themes.json"))),
("Review", bool(glob.glob("/tmp/checkpoints/rq4_*_themes.json"))),
("Names", bool(glob.glob("/tmp/checkpoints/rq4_*_themes.json"))),
("PAJAIS", bool(glob.glob("/tmp/checkpoints/rq4_*_taxonomy_map.json"))),
("Report", bool(glob.glob("/tmp/rq4_comparison.csv")
or glob.glob("/tmp/rq4_narrative.txt"))),
]
return " β ".join(f"{'β
' if done else 'β¬'} {name}" for name, done in checks)
# ββ end B5: _build_progress ββββββββββββββββββββββββββββββββββββ
def respond(message, chat_history, uploaded_file):
"""Handle one chat turn with the LangGraph agent.
Yields twice: progress bubble β final response."""
global _msg_count
_msg_count += 1
# Store file path β uses `or` short-circuit instead of if/else
_uploaded["path"] = uploaded_file or _uploaded.get("path", "")
# Tell agent where the CSV is (prevents hallucinated filepaths)
file_note = (
f"\n[CSV file at: {_uploaded['path']}]" * bool(_uploaded["path"])
) or "\n[No CSV uploaded yet β ask user to upload a file first]"
# Tell agent what phase we're in based on existing checkpoint files
phase_context = (
"\n[Phase context: labels exist]"
* bool(glob.glob("/tmp/checkpoints/rq4_*_labels.json"))
or "\n[Phase context: embeddings exist]"
* bool(glob.glob("/tmp/checkpoints/rq4_*_emb.npy"))
or "\n[Phase context: fresh start]"
)
text = ((message or "").strip() or "Analyze my Scopus CSV") + file_note + phase_context
print(f"\n{'='*60}\n>>> MSG #{_msg_count}: '{text[:120]}'\n{'='*60}")
# YIELD 1: Show "thinking" bubble immediately
chat_history = chat_history + [
{"role": "user", "content": (message or "").strip()},
{"role": "assistant", "content": "π¬ **Working...** _Agent is thinking..._"},
]
yield chat_history, "", _latest_output()
# Invoke agent β Mistral brain decides which tools to call
result = agent.invoke(
{"messages": [("human", text)]},
config={"configurable": {"thread_id": "session"}},
)
response = result["messages"][-1].content
print(f">>> Response ({len(response)} chars)")
# YIELD 2: Replace thinking bubble with actual response
chat_history[-1] = {"role": "assistant", "content": response}
gr.Info(f"Agent responded ({len(response)} chars)")
yield chat_history, "", _latest_output()
# ββ end B6: respond ββββββββββββββββββββββββββββββββββββββββββββ
def _load_chart(chart_name):
"""Load Plotly chart from JSON file. Returns figure for gr.Plot.
No HTML, no iframe β just a native Plotly figure object."""
path = f"/tmp/{chart_name}"
(not os.path.exists(path)) and (not None) # guard
return pio.from_json(open(path).read()) * bool(os.path.exists(path)) or None
def _get_chart_choices():
"""Find all rq4_*.json chart files in /tmp."""
files = sorted(glob.glob("/tmp/rq4_*.json"))
return list(map(os.path.basename, files))
# ββ end B7: _load_chart βββββββββββββββββββββββββββββββββββββββ
def _load_review_table():
"""Build review table from latest checkpoint JSON.
Approve column is bool (renders as checkbox in gr.Dataframe).
Priority: taxonomy_map > themes > labels > summaries."""
taxonomy_files = sorted(glob.glob("/tmp/checkpoints/rq4_*_taxonomy_map.json"))
theme_files = sorted(glob.glob("/tmp/checkpoints/rq4_*_themes.json"))
label_files = sorted(glob.glob("/tmp/checkpoints/rq4_*_labels.json"))
summary_files = sorted(glob.glob("/tmp/checkpoints/rq4_*_summaries.json"))
# Pick most advanced checkpoint available
path = (
(taxonomy_files and taxonomy_files[-1])
or (theme_files and theme_files[-1])
or (label_files and label_files[-1])
or (summary_files and summary_files[-1])
or ""
)
is_taxonomy = bool(taxonomy_files and taxonomy_files[-1] == path)
data = (os.path.exists(path) and json.load(open(path))) or []
# For taxonomy: merge with themes to get sentence/paper counts
theme_lookup = {}
(is_taxonomy and theme_files) and theme_lookup.update(
{t.get("label", ""): t for t in json.load(open(theme_files[-1]))}
)
rows = list(map(
lambda pair: [
pair[0], # #
pair[1].get("label", pair[1].get("top_words", ""))[:60], # Label
# Evidence: PAJAIS mapping for taxonomy, nearest sentence otherwise
(
is_taxonomy
and f"β {pair[1].get('pajais_match', '?')} | {pair[1].get('reasoning', '')}"[:120]
) or (
(pair[1].get("nearest", [{}])[0].get("sentence", "")[:120] + "...")
* bool(pair[1].get("nearest"))
),
# Sentence/paper counts
theme_lookup.get(pair[1].get("label", ""), pair[1]).get(
"sentence_count", pair[1].get("sentence_count", 0)),
theme_lookup.get(pair[1].get("label", ""), pair[1]).get(
"paper_count", pair[1].get("paper_count", 0)),
True, # Approve (bool β checkbox)
"", # Rename To
"", # Reasoning
],
enumerate(data),
))
return rows or [[0, "No data yet", "", 0, 0, False, "", ""]]
# ββ end B8: _load_review_table βββββββββββββββββββββββββββββββββ
def _show_papers_by_select(table_data, evt: gr.SelectData):
"""Show papers for clicked row. Uses column 0 as topic_id.
Triggered by review_table.select() β no separate Topic # input needed."""
row_idx = evt.index[0]
# Get topic_id from column 0 of the clicked row (not row index)
topic_id = int(table_data.iloc[row_idx, 0]) if hasattr(table_data, 'iloc') else int(table_data[row_idx][0])
# Load paper data from checkpoint files
label_files = sorted(glob.glob("/tmp/checkpoints/rq4_*_labels.json"))
summary_files = sorted(glob.glob("/tmp/checkpoints/rq4_*_summaries.json"))
all_files = label_files or summary_files
lines = []
for f in all_files:
source = os.path.basename(f).split("_")[1]
data = json.load(open(f))
for t in data:
(t.get("topic_id") == topic_id) and lines.append(
f"βββ {source.upper()} β Topic {topic_id}: "
f"{t.get('label', t.get('top_words', '')[:50])} βββ\n"
f"{t.get('sentence_count', 0)} sentences from {t.get('paper_count', 0)} papers\n"
f"AI Reasoning: {t.get('reasoning', 'not yet labeled')}\n\n"
f"ββ 5 NEAREST CENTROID SENTENCES (evidence) ββ\n"
+ "\n".join(
f" {i+1}. \"{t['nearest'][i]['sentence'][:200]}\"\n"
f" Paper: {t['nearest'][i].get('title', '')[:100]}"
for i in range(min(5, len(t.get('nearest', []))))
)
+ "\n\nββ ALL PAPER TITLES ββ\n"
+ "\n".join(
f" {i+1}. {title}"
for i, title in enumerate(t.get('paper_titles', []))
)
)
return "\n\n".join(lines) or f"Topic {topic_id} not found."
# ββ end B9: _show_papers_by_select βββββββββββββββββββββββββββββ
def _submit_review(table_data, chat_history):
"""Convert review table edits into agent message.
Approve column is bool (checkbox), not string."""
rows = table_data.values.tolist()
lines = list(map(
lambda r: (
f"Topic {int(r[0])}: "
+ (f"RENAME to '{r[6]}'" * bool(str(r[6]).strip()))
+ (f"APPROVE '{r[1]}'" * (not bool(str(r[6]).strip())) * bool(r[5]))
+ (f"REJECT" * (not r[5]))
+ (f" β reason: {r[7]}" * bool(str(r[7]).strip()))
),
rows,
))
review_msg = "Review decisions:\n" + "\n".join(lines)
print(f">>> Review submitted: {review_msg[:200]}")
# YIELD 1: Show processing bubble
chat_history = chat_history + [
{"role": "user", "content": review_msg},
{"role": "assistant", "content": "π¬ **Processing review decisions...**"},
]
gr.Info("Review submitted to agent")
yield (chat_history, _latest_output(), gr.update(),
gr.update(), gr.update(), _build_progress())
# Invoke agent with review decisions
result = agent.invoke(
{"messages": [("human", review_msg)]},
config={"configurable": {"thread_id": "session"}},
)
response = result["messages"][-1].content
# YIELD 2: Final response + refreshed table/charts
chat_history[-1] = {"role": "assistant", "content": response}
gr.Info("Review processed β table updated")
yield (
chat_history,
_latest_output(),
gr.update(choices=_get_chart_choices()),
gr.update(),
gr.update(value=_load_review_table()),
_build_progress(),
)
print(">>> Building UI...")
with gr.Blocks(
title="Topic Modelling β Agentic AI",
fill_width=True,
css="""
/* Accent bar at very top of page */
.gradio-container::before {
content: "";
display: block;
height: 3px;
background: linear-gradient(90deg, #0d9488, #6366f1);
margin-bottom: 4px;
}
/* Tabs: tighter padding, bolder active state */
.tab-nav button {
font-size: 13px !important;
font-weight: 500 !important;
letter-spacing: 0.01em;
padding: 6px 16px !important;
}
.tab-nav button.selected {
font-weight: 700 !important;
border-bottom: 2px solid #0d9488 !important;
}
/* Dataframe: subtle zebra rows */
.table-wrap tr:nth-child(even) td {
background-color: rgba(13, 148, 136, 0.04);
}
/* Chat: teal left-border on assistant bubbles */
.message.bot {
border-left: 3px solid #0d9488 !important;
}
/* Phase progress: monospace, slightly muted */
.phase-bar p {
font-family: "Fira Code", monospace;
font-size: 12px;
letter-spacing: 0.03em;
opacity: 0.80;
}
/* Upload area: cleaner dashed border */
.upload-container {
border-style: dashed !important;
border-width: 1px !important;
}
""",
) as demo:
# ββ B12: Header ββββββββββββββββββββββββββββββββββββββββββββ
# PURPOSE: Application title and subtitle.
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
gr.Markdown(
"# π¬ Topic Modelling Β· Agentic AI\n"
"<sub>Mistral Β· Cosine Clustering Β· 384d Embeddings Β· Braun & Clarke Thematic Analysis</sub>"
)
# ββ end B12: Header ββββββββββββββββββββββββββββββββββββββββ
# ββ B13: Data input ββββββββββββββββββββββββββββββββββββββββ
# PURPOSE: CSV file upload area with inline instructions.
# Researcher uploads their Scopus CSV export here.
# On upload, B19 auto-triggers the first analysis.
# COMPONENTS: gr.File (upload) + gr.Markdown (instructions)
# EVENTS: upload.change β B19 (_auto_load_csv)
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
gr.Markdown("**β Upload**")
with gr.Row():
upload = gr.File(label="π Scopus CSV", file_types=[".csv"])
gr.Markdown(
"Upload your Scopus CSV export, then type `run abstract only` in the chat below "
"to begin the analysis pipeline."
)
# ββ end B13: Data input ββββββββββββββββββββββββββββββββββββ
# ββ B14: Progress pipeline βββββββββββββββββββββββββββββββββ
# PURPOSE: Visual indicator of which Braun & Clarke analysis
# phases are complete. Updated after every agent action.
# elem_classes="phase-bar" targets the monospace CSS rule in B11.
# COMPONENT: gr.Markdown β displays emoji string from B5
# UPDATED BY: B18 (after chat), B10 (after review), B19 (after upload)
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
phase_progress = gr.Markdown(value=_build_progress(), elem_classes=["phase-bar"])
# ββ end B14: Progress pipeline βββββββββββββββββββββββββββββ
# ββ B15: Chatbot + input βββββββββββββββββββββββββββββββββββ
# PURPOSE: Main conversation interface between researcher and
# the LangGraph agent.
# COMPONENTS: gr.Chatbot (display), gr.Textbox (input), gr.Button (send)
# EVENTS: msg.submit β B18, send.click β B18
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
gr.Markdown("**β‘ Conversation** β follow the guided workflow")
with gr.Group():
chatbot = gr.Chatbot(
height=320,
show_label=False,
avatar_images=(
None,
"https://api.dicebear.com/7.x/bottts-neutral/svg?seed=bertopic",
),
placeholder=(
"**Ready.** Upload a Scopus CSV above, then type:\n\n"
"`run abstract only` Β· `approve all` Β· `show topic 4 papers` Β· `done`"
),
)
with gr.Row():
msg = gr.Textbox(
placeholder="run Β· approve Β· show topic 4 papers Β· group 0 1 5 Β· done",
show_label=False, scale=9, lines=1, max_lines=1, container=False,
)
send = gr.Button("β Send", variant="primary", scale=1, min_width=80)
# ββ end B15: Chatbot + input βββββββββββββββββββββββββββββββ
# ββ B16: Review table tab ββββββββββββββββββββββββββββββββββ
# PURPOSE: Interactive topic review table where the researcher
# approves, renames, or annotates BERTopic-discovered
# topics. This is the core human-in-the-loop interface.
#
# KEY FEATURES (all native Gradio, no HTML):
# - static_columns=[0,1,2,3,4] β first 5 columns read-only
# - datatype "bool" on column 5 β Approve renders as checkbox
# - pinned_columns=2 β # and Label stay visible when scrolling
# - show_search="filter" β built-in column filtering
# - .select() event β clicking any row auto-loads that topic's papers
#
# COMPONENTS: gr.Dataframe, gr.Button (submit), gr.Textbox (papers)
# EVENTS: review_table.select β B9, submit_review.click β B10
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
gr.Markdown("**β’ Review & Export**")
with gr.Tabs():
with gr.Tab("π Topics"):
gr.Markdown(
"*Toggle **Approve**, fill in **Rename To** or **Reasoning**, "
"then click Submit. Click any row to inspect its source papers below.*"
)
review_table = gr.Dataframe(
headers=[
"#", "Topic Label", "Top Evidence Sentence",
"Sentences", "Papers", "Approve", "Rename To", "Your Reasoning",
],
datatype=[
"number", "str", "str", "number", "number",
"bool", "str", "str",
],
interactive=True,
column_count=8,
# NOTE: These features need Gradio >=5.23. Uncomment when available:
# static_columns=[0, 1, 2, 3, 4],
# pinned_columns=2,
# show_search="filter",
# show_row_numbers=True,
# show_fullscreen_button=True,
# show_copy_button=True,
# column_widths=["60px","200px","250px","80px","70px","70px","150px","200px"],
)
submit_review = gr.Button("β
Submit Review to Agent", variant="primary")
gr.Markdown("---")
gr.Markdown("**π Papers in selected topic** *(click any row above)*")
paper_list = gr.Textbox(
label="Papers in selected topic",
lines=8, interactive=False,
)
# ββ end B16: Review table tab ββββββββββββββββββββββββββββββ
# ββ B17a: Charts tab βββββββββββββββββββββββββββββββββββ
# PURPOSE: Display BERTopic visualization charts rendered
# natively in gr.Plot from Plotly JSON files.
# COMPONENTS: gr.Dropdown (selector), gr.Plot (display)
# EVENTS: chart_selector.change β B7 (_load_chart)
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
with gr.Tab("π Visualise"):
chart_selector = gr.Dropdown(
choices=[], label="Select chart", interactive=True,
)
chart_display = gr.Plot(label="BERTopic Visualization")
# ββ end B17a: Charts tab βββββββββββββββββββββββββββββββ
# ββ B17b: Download tab βββββββββββββββββββββββββββββββββ
# PURPOSE: Multi-file download for all pipeline outputs.
# COMPONENTS: gr.Markdown (descriptions), gr.File (download)
# UPDATED BY: B18, B10, B19 β refreshed after each action
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
with gr.Tab("β¬ Export"):
gr.Markdown(
"**Files by Phase (per run: abstract / title):**\n\n"
"**Phase 2 β Discovery:** `summaries.json` Β· `emb.npy`\n\n"
"**Phase 2 β Labeling:** `labels.json`\n\n"
"**Phase 2 β Charts:** `intertopic.json` Β· `bars.json` Β· "
"`hierarchy.json` Β· `heatmap.json`\n\n"
"**Phase 3 β Themes:** `themes.json`\n\n"
"**Phase 5.5 β Taxonomy:** `taxonomy_map.json`\n\n"
"**Phase 6 β Report:** `comparison.csv` Β· `narrative.txt`"
)
download = gr.File(label="All output files", file_count="multiple")
# ββ end B17b: Download tab βββββββββββββββββββββββββββββ
chart_selector.change(_load_chart, [chart_selector], [chart_display])
review_table.select(
_show_papers_by_select, [review_table], [paper_list],
)
submit_review.click(
_submit_review, [review_table, chatbot],
[chatbot, download, chart_selector, chart_display,
review_table, phase_progress],
)
def respond_with_viz(message, chat_history, uploaded_file):
"""Wrap respond() and update charts + table + progress after each turn."""
gen = respond(message, chat_history, uploaded_file)
# First yield (progress bubble)
hist, txt, dl = next(gen)
yield (hist, txt, dl, gr.update(choices=_get_chart_choices()),
gr.update(), gr.update(), _build_progress())
# Second yield (final response + populate table + charts)
hist, txt, dl = next(gen)
choices = _get_chart_choices()
first_chart = (choices and _load_chart(choices[-1])) or gr.update()
table_data = _load_review_table()
yield (
hist, txt, dl,
gr.update(choices=choices, value=(choices and choices[-1]) or None),
first_chart,
gr.update(value=table_data),
_build_progress(),
)
msg.submit(
respond_with_viz, [msg, chatbot, upload],
[chatbot, msg, download, chart_selector, chart_display,
review_table, phase_progress],
)
send.click(
respond_with_viz, [msg, chatbot, upload],
[chatbot, msg, download, chart_selector, chart_display,
review_table, phase_progress],
)
# ββ end B18: respond_with_viz + event bindings βββββββββββββ
# ββ B19: _auto_load_csv() ββββββββββββββββββββββββββββββββββ
# PURPOSE: Automatically triggers analysis when a CSV file is
# uploaded. Sends "Analyze my Scopus CSV" as the
# initial message so no manual typing is needed.
# TRIGGERED BY: upload.change event
# CALLS: B6 (respond) with auto-message
# OUTPUTS: chatbot, download, chart_selector, chart_display,
# review_table, phase_progress
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def _auto_load_csv(uploaded_file, chat_history):
"""Auto-trigger analysis when CSV is uploaded β no typing needed."""
gen = respond("Analyze my Scopus CSV", chat_history, uploaded_file)
# First yield (progress)
hist, txt, dl = next(gen)
yield (hist, dl, gr.update(), gr.update(),
gr.update(), _build_progress())
# Second yield (final + populate everything)
hist, txt, dl = next(gen)
choices = _get_chart_choices()
first_chart = (choices and _load_chart(choices[-1])) or gr.update()
table_data = _load_review_table()
yield (
hist, dl,
gr.update(choices=choices, value=(choices and choices[-1]) or None),
first_chart,
gr.update(value=table_data),
_build_progress(),
)
upload.change(
_auto_load_csv, [upload, chatbot],
[chatbot, download, chart_selector, chart_display,
review_table, phase_progress],
)
# ββ end B19: _auto_load_csv ββββββββββββββββββββββββββββββββ
print(">>> Launching...")
demo.launch(
server_name="0.0.0.0",
server_port=7860,
ssr_mode=False,
theme=theme, # Gradio 6: moved from gr.Blocks()
footer_links=[], # Gradio 6: hides footer, replaces show_api
)
# ββ end B20: Launch ββββββββββββββββββββββββββββββββββββββββββββ |