TEZv commited on
Commit
7261bd7
·
verified ·
1 Parent(s): 26070f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -812,15 +812,15 @@ with gr.Blocks(css=css, title="K R&D Lab · S1 Biomedical") as demo:
812
  # =============================================================================
813
  # === START: S1-F · R2a · UVM Toolkit ========================================
814
  # =============================================================================
815
- with gr.TabItem("S1-F · R2a · UVM Toolkit"):
816
- gr.HTML(proj_badge("S1-F · R2a", "UVM: GNAQ/GNA11 + vitreous + m6A", "TCGA-UVM"))
817
- b_uv = gr.Button("Load UVM Variants", variant="primary")
818
- o_uv = gr.Dataframe(label="GNAQ/GNA11 map")
819
- b_uv.click(uvm_variants, [], o_uv)
820
- b_uw = gr.Button("Rank Vitreous Formulations", variant="primary")
821
- o_uwt = gr.Dataframe(label="Vitreous LNP retention ranking")
822
- o_uwp = gr.Image(label="Retention (hours)")
823
- b_uw.click(uvm_vitreous, [], [o_uwt, o_uwp])
824
  # =============================================================================
825
  # === END: S1-F · R2a =========================================================
826
  # =============================================================================
 
812
  # =============================================================================
813
  # === START: S1-F · R2a · UVM Toolkit ========================================
814
  # =============================================================================
815
+ # with gr.TabItem("S1-F · R2a · UVM Toolkit"):
816
+ # gr.HTML(proj_badge("S1-F · R2a", "UVM: GNAQ/GNA11 + vitreous + m6A", "TCGA-UVM"))
817
+ # b_uv = gr.Button("Load UVM Variants", variant="primary")
818
+ # o_uv = gr.Dataframe(label="GNAQ/GNA11 map")
819
+ # b_uv.click(uvm_variants, [], o_uv)
820
+ # b_uw = gr.Button("Rank Vitreous Formulations", variant="primary")
821
+ # o_uwt = gr.Dataframe(label="Vitreous LNP retention ranking")
822
+ # o_uwp = gr.Image(label="Retention (hours)")
823
+ # b_uw.click(uvm_vitreous, [], [o_uwt, o_uwp])
824
  # =============================================================================
825
  # === END: S1-F · R2a =========================================================
826
  # =============================================================================