Spaces:
Running
Running
File size: 28,628 Bytes
e90d887 d279bff 65ac721 d1e6709 e90d887 9f911b3 e90d887 d279bff e90d887 65ac721 e90d887 65ac721 e90d887 d279bff e90d887 690fe5e e90d887 16c5617 e90d887 690fe5e e90d887 a1da32d 0da4a6e a1da32d d1e6709 e90d887 0da4a6e e90d887 a1da32d e90d887 65ac721 e90d887 23e38ab e90d887 d279bff e90d887 690fe5e e90d887 32d23c1 d279bff e90d887 f2e32a6 d279bff e90d887 d279bff 801049e d279bff e90d887 690fe5e e90d887 3fb7184 e90d887 3fb7184 d1e6709 3fb7184 d1e6709 c347aa1 3fb7184 e90d887 16c5617 e90d887 16c5617 65ac721 e90d887 16c5617 a1da32d 65ac721 e90d887 16c5617 65ac721 e90d887 16c5617 a1da32d 65ac721 e90d887 16c5617 a1da32d 3fb7184 a1da32d 3fb7184 a1da32d d1e6709 a1da32d d1e6709 a1da32d e90d887 16c5617 e90d887 65ac721 e90d887 16c5617 e90d887 186f0f5 e90d887 186f0f5 e90d887 0da4a6e 3780b4d a1da32d e90d887 186f0f5 e90d887 186f0f5 e90d887 186f0f5 3780b4d a1da32d e90d887 16c5617 3780b4d a1da32d e90d887 16c5617 e90d887 690fe5e e90d887 16c5617 e90d887 16c5617 e90d887 16c5617 e90d887 65ac721 d279bff 65ac721 e90d887 655f332 | 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 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 | """NotebookLM β AI-Powered Study Companion (Gradio)."""
import gradio as gr
from state import (
UserData,
create_default_user_data,
create_notebook,
delete_notebook,
rename_notebook,
get_active_notebook,
get_notebook_choices,
get_latest_artifact,
)
from persistence.storage_service import StorageService
from theme import dark_theme, CUSTOM_CSS, SIDEBAR_LOGO_HTML, WELCOME_HTML, NO_NOTEBOOKS_HTML
from pages.chat import (
format_chatbot_messages,
render_no_sources_warning,
handle_chat_submit,
handle_clear_chat,
)
from pages.sources import (
render_source_header,
render_source_list,
get_source_choices,
handle_file_upload,
handle_url_add,
handle_source_delete,
run_ingestion_pipeline,
)
from pages.artifacts import (
render_no_sources_gate,
has_sources,
render_conv_summary_section,
handle_gen_conv_summary,
render_doc_summary_section,
handle_gen_doc_summary,
render_podcast_section,
handle_gen_podcast,
render_quiz_section,
handle_gen_quiz,
has_any_summary,
download_artifact,
_save_artifact_to_temp_file,
)
# ββ Helpers ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def render_notebook_header(state: UserData) -> str:
nb = get_active_notebook(state)
if not nb:
return NO_NOTEBOOKS_HTML
src = len(nb.sources)
msg = len(nb.messages)
art = len(nb.artifacts)
return (
f'<div class="notebook-header">'
f'<h2>{nb.title}</h2>'
f'<div class="meta">{src} sources • {msg} messages • {art} artifacts</div>'
f'</div>'
)
def render_user_info(state: UserData) -> str:
if not state:
return ""
return (
f'<p style="font-size:0.82rem; color:#707088; margin:4px 0 0 0;">'
f'Signed in as <strong style="color:#a0a0f0;">{state.user_name}</strong></p>'
)
# ββ Download Handlers ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def download_conversation_summary(state: UserData) -> str | None:
"""Download the latest conversation summary as markdown."""
nb = get_active_notebook(state)
if not nb:
return None
artifact = get_latest_artifact(nb, "conversation_summary")
if not artifact:
return None
return _save_artifact_to_temp_file(artifact)
def download_document_summary(state: UserData) -> str | None:
"""Download the latest document summary as markdown."""
nb = get_active_notebook(state)
if not nb:
return None
artifact = get_latest_artifact(nb, "document_summary")
if not artifact:
return None
return _save_artifact_to_temp_file(artifact)
def download_podcast(state: UserData) -> str | None:
"""Download the latest podcast audio."""
nb = get_active_notebook(state)
if not nb:
return None
artifact = get_latest_artifact(nb, "podcast")
if not artifact:
return None
return _save_artifact_to_temp_file(artifact)
def download_quiz(state: UserData) -> str | None:
"""Download the latest quiz as markdown."""
nb = get_active_notebook(state)
if not nb:
return None
artifact = get_latest_artifact(nb, "quiz")
if not artifact:
return None
return _save_artifact_to_temp_file(artifact)
def refresh_all(state: UserData):
"""Refresh all display components after state change. Returns a tuple of all outputs."""
nb = get_active_notebook(state)
choices = get_notebook_choices(state) if state else []
active_id = state.active_notebook_id if state else None
has_nb = nb is not None
has_src = has_nb and len(nb.sources) > 0
ready_sources = [s.filename for s in nb.sources if s.status == "ready"] if has_nb else []
return (
state,
# Sidebar
gr.update(choices=choices, value=active_id),
render_user_info(state),
# Header
render_notebook_header(state),
# Chat tab
format_chatbot_messages(state) if has_nb else [],
render_no_sources_warning(state),
# Sources tab
render_source_header(state),
render_source_list(state),
gr.update(choices=get_source_choices(state)),
# Artifacts tab
gr.update(value=render_no_sources_gate(state), visible=not has_src),
gr.update(visible=has_src), # artifacts_content visible
# Artifact sub-sections
render_conv_summary_section(state),
gr.update(choices=ready_sources, value=ready_sources),
render_doc_summary_section(state),
render_podcast_section(state),
render_quiz_section(state),
)
MARK_DIRTY_JS = "() => { window.__unsaved = true; }"
MARK_CLEAN_JS = "() => { window.__unsaved = false; }"
BEFOREUNLOAD_JS = """
() => {
window.addEventListener('beforeunload', function(e) {
if (window.__unsaved) {
e.preventDefault();
e.returnValue = '';
}
});
}
"""
# ββ Build the App ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
with gr.Blocks(css=CUSTOM_CSS, theme=dark_theme, title="NotebookLM", js=BEFOREUNLOAD_JS) as demo:
user_state = gr.State(value=None)
# ββ Auth Gate ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
with gr.Column(visible=True, elem_id="auth-gate") as auth_gate:
gr.HTML(WELCOME_HTML)
gr.LoginButton(elem_id="login-btn")
# ββ Main App (hidden until login) ββββββββββββββββββββββββββββββββββββββββ
with gr.Row(visible=False) as main_app:
# ββ Sidebar ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
with gr.Column(scale=1, min_width=280, elem_id="sidebar"):
gr.HTML(SIDEBAR_LOGO_HTML)
user_info_html = gr.HTML("")
gr.Markdown("---")
# Create notebook
new_nb_name = gr.Textbox(
placeholder="e.g. Biology 101",
show_label=False,
container=False,
)
create_nb_btn = gr.Button("+ New Notebook", variant="primary", size="sm")
gr.HTML('<div style="height:8px;"></div>')
# Notebook selector
notebook_selector = gr.Radio(
choices=[],
label="Notebooks",
elem_id="notebook-selector",
)
gr.Markdown("---")
# Rename
rename_input = gr.Textbox(
placeholder="New name...",
show_label=False,
container=False,
)
rename_btn = gr.Button("Rename", size="sm")
# Delete
delete_btn = gr.Button("Delete Notebook", variant="stop", size="sm")
gr.Markdown("---")
# Save
save_btn = gr.Button("Save", variant="primary", size="sm", elem_id="save-btn")
save_status_html = gr.HTML("")
gr.HTML(
'<p style="font-size:0.75rem; color:#50506a; text-align:center; margin-top:16px;">'
'Built with Gradio on HF Spaces</p>'
)
# ββ Main Content βββββββββββββββββββββββββββββββββββββββββββββββββββββ
with gr.Column(scale=4, elem_id="main-content"):
notebook_header = gr.HTML(NO_NOTEBOOKS_HTML)
with gr.Tabs(elem_id="main-tabs") as main_tabs:
# ββ Chat Tab βββββββββββββββββββββββββββββββββββββββββββββββββ
with gr.TabItem("Chat", id=0):
chat_warning = gr.HTML("")
chatbot = gr.Chatbot(
value=[],
type="messages",
height=480,
elem_id="chatbot",
show_label=False,
)
with gr.Row():
chat_input = gr.Textbox(
placeholder="Ask a question about your sources...",
show_label=False,
container=False,
scale=5,
)
clear_chat_btn = gr.Button("Clear", scale=1)
# ββ Sources Tab ββββββββββββββββββββββββββββββββββββββββββββββ
with gr.TabItem("Sources", id=1):
source_header = gr.HTML("")
with gr.Row():
with gr.Column():
gr.HTML(
'<p style="font-weight:600; font-size:0.9rem; color:#b0b0c8; margin-bottom:8px;">'
'Upload Files</p>'
)
file_uploader = gr.File(
file_count="multiple",
file_types=[".pdf", ".pptx", ".txt"],
label="Drop files here",
show_label=False,
)
with gr.Column():
gr.HTML(
'<p style="font-weight:600; font-size:0.9rem; color:#b0b0c8; margin-bottom:8px;">'
'Add Web Source</p>'
)
url_input = gr.Textbox(
placeholder="https://example.com or YouTube link",
show_label=False,
container=False,
)
add_url_btn = gr.Button("Add URL", variant="primary")
gr.Markdown("---")
source_list_html = gr.HTML("")
with gr.Row():
source_selector = gr.Dropdown(
choices=[],
label="Select source to delete",
scale=3,
elem_id="source-delete-dropdown",
allow_custom_value=True,
)
delete_source_btn = gr.Button("Delete Source", variant="stop", scale=1)
# ββ Artifacts Tab ββββββββββββββββββββββββββββββββββββββββββββ
with gr.TabItem("Artifacts", id=2):
# No-sources gate
no_sources_msg = gr.HTML("", visible=True)
with gr.Column(visible=False) as artifacts_content:
with gr.Tabs(elem_id="artifact-tabs"):
# Summary sub-tab
with gr.TabItem("Summary"):
# Conversation Summary
gr.HTML(
'<div class="artifact-section-header">'
'<div class="artifact-section-icon" style="background:rgba(102,126,234,0.12);">π¬</div>'
'<div><span style="font-weight:600; font-size:1rem; color:#e0e0f0;">Conversation Summary</span>'
'<p style="font-size:0.82rem; color:#808098; margin:2px 0 0 0;">'
'Summarize your chat history.</p></div></div>'
)
with gr.Row():
conv_style_radio = gr.Radio(
choices=["brief", "detailed"],
value="detailed",
label="Style",
scale=2,
)
gen_conv_sum_btn = gr.Button(
"Generate Conversation Summary",
variant="primary",
scale=2,
)
conv_summary_html = gr.Markdown("")
download_conv_btn = gr.DownloadButton(
label="π₯ Download Summary (.md)",
variant="secondary",
scale=1,
)
gr.HTML('<div style="margin:30px 0; border-top:1px solid rgba(255,255,255,0.06);"></div>')
# Document Summary
gr.HTML(
'<div class="artifact-section-header">'
'<div class="artifact-section-icon" style="background:rgba(34,197,94,0.12);">π</div>'
'<div><span style="font-weight:600; font-size:1rem; color:#e0e0f0;">Document Summary</span>'
'<p style="font-size:0.82rem; color:#808098; margin:2px 0 0 0;">'
'Summarize content from your uploaded sources.</p></div></div>'
)
doc_source_selector = gr.CheckboxGroup(
choices=[],
label="Select sources to summarize",
value=[],
)
with gr.Row():
doc_style_radio = gr.Radio(
choices=["brief", "detailed"],
value="detailed",
label="Style",
scale=2,
)
gen_doc_sum_btn = gr.Button(
"Generate Document Summary",
variant="primary",
scale=2,
)
doc_summary_html = gr.Markdown("")
download_doc_btn = gr.DownloadButton(
label="π₯ Download Summary (.md)",
variant="secondary",
scale=1,
)
# Podcast sub-tab
with gr.TabItem("Podcast"):
gr.HTML(
'<div style="margin-bottom:20px;">'
'<span style="font-weight:600; font-size:1rem; color:#e0e0f0;">Generate Podcast</span>'
'<p style="font-size:0.85rem; color:#808098; margin-top:4px;">'
'Create a conversational podcast episode from your summary.</p></div>'
)
gen_podcast_btn = gr.Button("Generate Podcast", variant="primary")
podcast_html = gr.Markdown("")
download_podcast_btn = gr.DownloadButton(
label="π΅ Download Audio (.mp3)",
variant="secondary",
)
# Quiz sub-tab
with gr.TabItem("Quiz"):
gr.HTML(
'<div style="margin-bottom:20px;">'
'<span style="font-weight:600; font-size:1rem; color:#e0e0f0;">Generate Quiz</span>'
'<p style="font-size:0.85rem; color:#808098; margin-top:4px;">'
'Create multiple-choice questions from your sources.</p></div>'
)
with gr.Row():
quiz_num_radio = gr.Radio(
choices=[5, 10],
value=5,
label="Number of questions",
scale=2,
)
gen_quiz_btn = gr.Button(
"Generate Quiz",
variant="primary",
scale=2,
)
quiz_html = gr.Markdown("")
download_quiz_btn = gr.DownloadButton(
label="π Download Quiz (.html)",
variant="secondary",
scale=1,
)
# ββ All refresh outputs (must match refresh_all return order) βββββββββ
refresh_outputs = [
user_state,
notebook_selector,
user_info_html,
notebook_header,
chatbot,
chat_warning,
source_header,
source_list_html,
source_selector,
no_sources_msg,
artifacts_content,
conv_summary_html,
doc_source_selector,
doc_summary_html,
podcast_html,
quiz_html,
]
# ββ Event Handlers βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# ββ Auth: on page load βββββββββββββββββββββββββββββββββββββββββββββββββββ
def on_app_load(profile: gr.OAuthProfile | None):
print(f"[on_app_load] profile={profile}", flush=True)
if profile is None:
return None, gr.update(visible=True), gr.update(visible=False)
print(f"[on_app_load] Loading data for user: {profile.username}", flush=True)
state = StorageService.load_user_data(profile.username, profile.name)
if state is None:
print(f"[on_app_load] No saved data found β creating default", flush=True)
state = create_default_user_data(profile.username, profile.name)
else:
print(f"[on_app_load] Loaded {len(state.notebooks)} notebook(s)", flush=True)
return state, gr.update(visible=False), gr.update(visible=True)
demo.load(
fn=on_app_load,
inputs=None,
outputs=[user_state, auth_gate, main_app],
api_name=False,
).then(
fn=refresh_all,
inputs=[user_state],
outputs=refresh_outputs,
api_name=False,
)
# ββ Sidebar: Create notebook βββββββββββββββββββββββββββββββββββββββββββββ
def handle_create_notebook(name, state):
if not name or not name.strip() or not state:
return (state,) + refresh_all(state)[1:] + ("",)
state = create_notebook(state, name.strip())
return (state,) + refresh_all(state)[1:] + ("",)
create_nb_btn.click(
fn=handle_create_notebook,
inputs=[new_nb_name, user_state],
outputs=refresh_outputs + [new_nb_name],
api_name=False,
).then(fn=None, js=MARK_DIRTY_JS)
# ββ Sidebar: Select notebook βββββββββββββββββββββββββββββββββββββββββββββ
def handle_select_notebook(nb_id, state):
if not state or not nb_id:
return refresh_all(state)
state.active_notebook_id = nb_id
return refresh_all(state)
notebook_selector.change(
fn=handle_select_notebook,
inputs=[notebook_selector, user_state],
outputs=refresh_outputs,
api_name=False,
)
# ββ Sidebar: Delete notebook βββββββββββββββββββββββββββββββββββββββββββββ
def handle_delete_notebook(state):
if not state or not state.active_notebook_id:
return refresh_all(state)
state = delete_notebook(state, state.active_notebook_id)
return refresh_all(state)
delete_btn.click(
fn=handle_delete_notebook,
inputs=[user_state],
outputs=refresh_outputs,
api_name=False,
).then(fn=None, js=MARK_DIRTY_JS)
# ββ Sidebar: Rename notebook βββββββββββββββββββββββββββββββββββββββββββββ
def handle_rename_notebook(new_name, state):
if not state or not state.active_notebook_id or not new_name or not new_name.strip():
return refresh_all(state)
state = rename_notebook(state, state.active_notebook_id, new_name.strip())
return refresh_all(state)
rename_btn.click(
fn=handle_rename_notebook,
inputs=[rename_input, user_state],
outputs=refresh_outputs,
api_name=False,
).then(fn=None, js=MARK_DIRTY_JS)
# ββ Sidebar: Save ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
def handle_save(state):
print(f"[handle_save] Called, state={state is not None}", flush=True)
if not state:
return '<p style="color:#ef4444; font-size:0.8rem;">No data to save.</p>'
try:
StorageService.save_user_data(state)
return '<p style="color:#22c55e; font-size:0.8rem;">Saved successfully!</p>'
except Exception as e:
print(f"[handle_save] Error: {e}", flush=True)
return f'<p style="color:#ef4444; font-size:0.8rem;">Save failed: {e}</p>'
save_btn.click(
fn=handle_save,
inputs=[user_state],
outputs=[save_status_html],
api_name=False,
).then(fn=None, js=MARK_CLEAN_JS)
# ββ Chat: Submit message βββββββββββββββββββββββββββββββββββββββββββββββββ
chat_input.submit(
fn=handle_chat_submit,
inputs=[chat_input, user_state],
outputs=[user_state, chatbot, chat_input, chat_warning],
api_name=False,
)
# ββ Chat: Clear ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
clear_chat_btn.click(
fn=handle_clear_chat,
inputs=[user_state],
outputs=[user_state, chatbot, chat_warning],
api_name=False,
)
# ββ Sources: File upload βββββββββββββββββββββββββββββββββββββββββββββββββ
def handle_upload_and_ingest(files, state):
state, _, _, _ = handle_file_upload(files, state)
yield refresh_all(state) # UI updates immediately β sources show "Processing..."
run_ingestion_pipeline(state) # Slow: extract, chunk, embed
yield refresh_all(state) # UI updates again β sources show "Ready"
file_uploader.upload(
fn=handle_upload_and_ingest,
inputs=[file_uploader, user_state],
outputs=refresh_outputs,
api_name=False,
).then(fn=None, js=MARK_DIRTY_JS)
# ββ Sources: Add URL βββββββββββββββββββββββββββββββββββββββββββββββββββββ
def handle_url_add_and_ingest(url, state):
state, _, _, _, _ = handle_url_add(url, state)
yield refresh_all(state) + ("",) # UI updates immediately + clear URL input
run_ingestion_pipeline(state) # Slow: extract, chunk, embed
yield refresh_all(state) + ("",) # UI updates again β source shows "Ready"
add_url_btn.click(
fn=handle_url_add_and_ingest,
inputs=[url_input, user_state],
outputs=refresh_outputs + [url_input],
api_name=False,
).then(fn=None, js=MARK_DIRTY_JS)
# ββ Sources: Delete source βββββββββββββββββββββββββββββββββββββββββββββββ
delete_source_btn.click(
fn=handle_source_delete,
inputs=[source_selector, user_state],
outputs=[user_state, source_list_html, source_header, source_selector],
api_name=False,
).then(
fn=refresh_all,
inputs=[user_state],
outputs=refresh_outputs,
api_name=False,
).then(fn=None, js=MARK_DIRTY_JS)
# ββ Artifacts: Conversation summary ββββββββββββββββββββββββββββββββββββββ
gen_conv_sum_btn.click(
fn=handle_gen_conv_summary,
inputs=[conv_style_radio, user_state],
outputs=[user_state, conv_summary_html],
api_name=False,
)
# ββ Artifacts: Document summary ββββββββββββββββββββββββββββββββββββββββββ
gen_doc_sum_btn.click(
fn=handle_gen_doc_summary,
inputs=[doc_style_radio, doc_source_selector, user_state],
outputs=[user_state, doc_summary_html],
api_name=False,
)
# ββ Artifacts: Podcast βββββββββββββββββββββββββββββββββββββββββββββββββββ
gen_podcast_btn.click(
fn=handle_gen_podcast,
inputs=[user_state],
outputs=[user_state, podcast_html],
api_name=False,
)
# ββ Artifacts: Quiz ββββββββββββββββββββββββββββββββββββββββββββββββββββββ
gen_quiz_btn.click(
fn=handle_gen_quiz,
inputs=[quiz_num_radio, user_state],
outputs=[user_state, quiz_html],
api_name=False,
)
# ββ Artifacts: Download buttons ββββββββββββββββββββββββββββββββββββββββββ
download_conv_btn.click(
fn=download_conversation_summary,
inputs=[user_state],
outputs=[download_conv_btn],
api_name=False,
)
download_doc_btn.click(
fn=download_document_summary,
inputs=[user_state],
outputs=[download_doc_btn],
api_name=False,
)
download_podcast_btn.click(
fn=download_podcast,
inputs=[user_state],
outputs=[download_podcast_btn],
api_name=False,
)
download_quiz_btn.click(
fn=download_quiz,
inputs=[user_state],
outputs=[download_quiz_btn],
api_name=False,
)
# ββ Launch βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
if __name__ == "__main__":
demo.launch(show_api=False, ssr_mode=False, allowed_paths=["assets/podcasts"])
|