Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -603,7 +603,7 @@ with gr.Blocks(css=STYLE, theme=gr.themes.Soft()) as demo:
|
|
603 |
set_paper,
|
604 |
[year_dd, month_dd, day_dd, papers_dd],
|
605 |
[
|
606 |
-
title, summary,
|
607 |
basic_q_0, basic_q_eli5_0, basic_q_expert_0,
|
608 |
depth_q_0, depth_q_eli5_0, depth_q_expert_0,
|
609 |
breath_q_0, breath_q_eli5_0, breath_q_expert_0,
|
@@ -626,7 +626,7 @@ with gr.Blocks(css=STYLE, theme=gr.themes.Soft()) as demo:
|
|
626 |
set_paper,
|
627 |
[year_dd, month_dd, day_dd, papers_dd],
|
628 |
[
|
629 |
-
title, summary,
|
630 |
basic_q_0, basic_q_eli5_0, basic_q_expert_0,
|
631 |
depth_q_0, depth_q_eli5_0, depth_q_expert_0,
|
632 |
breath_q_0, breath_q_eli5_0, breath_q_expert_0,
|
@@ -645,7 +645,7 @@ with gr.Blocks(css=STYLE, theme=gr.themes.Soft()) as demo:
|
|
645 |
set_paper,
|
646 |
[year_dd, month_dd, day_dd, papers_dd],
|
647 |
[
|
648 |
-
title, summary,
|
649 |
basic_q_0, basic_q_eli5_0, basic_q_expert_0,
|
650 |
depth_q_0, depth_q_eli5_0, depth_q_expert_0,
|
651 |
breath_q_0, breath_q_eli5_0, breath_q_expert_0,
|
|
|
603 |
set_paper,
|
604 |
[year_dd, month_dd, day_dd, papers_dd],
|
605 |
[
|
606 |
+
title, arxiv_link, hf_paper_link, summary,
|
607 |
basic_q_0, basic_q_eli5_0, basic_q_expert_0,
|
608 |
depth_q_0, depth_q_eli5_0, depth_q_expert_0,
|
609 |
breath_q_0, breath_q_eli5_0, breath_q_expert_0,
|
|
|
626 |
set_paper,
|
627 |
[year_dd, month_dd, day_dd, papers_dd],
|
628 |
[
|
629 |
+
title, arxiv_link, hf_paper_link, summary,
|
630 |
basic_q_0, basic_q_eli5_0, basic_q_expert_0,
|
631 |
depth_q_0, depth_q_eli5_0, depth_q_expert_0,
|
632 |
breath_q_0, breath_q_eli5_0, breath_q_expert_0,
|
|
|
645 |
set_paper,
|
646 |
[year_dd, month_dd, day_dd, papers_dd],
|
647 |
[
|
648 |
+
title, arxiv_link, hf_paper_link, summary,
|
649 |
basic_q_0, basic_q_eli5_0, basic_q_expert_0,
|
650 |
depth_q_0, depth_q_eli5_0, depth_q_expert_0,
|
651 |
breath_q_0, breath_q_eli5_0, breath_q_expert_0,
|