TEZv commited on
Commit
d523ab3
·
verified ·
1 Parent(s): 579721e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -789,7 +789,7 @@ with gr.Blocks(css=css, title="K R&D Lab · S1 Biomedical") as demo:
789
  # =============================================================================
790
 
791
  # =============================================================================
792
- # === START: S1-F · R1a · DIPG Toolkit =======================================
793
  # =============================================================================
794
  # with gr.TabItem("S1-F · R1a · DIPG Toolkit"):
795
  # gr.HTML(proj_badge("S1-F · R1a", "DIPG: H3K27M + CSF LNP + Circadian", "PBTA"))
@@ -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
  # =============================================================================
 
789
  # =============================================================================
790
 
791
  # =============================================================================
792
+ # === START: S1-F · R1a · DIPG Toolkit ======================================= оце
793
  # =============================================================================
794
  # with gr.TabItem("S1-F · R1a · DIPG Toolkit"):
795
  # gr.HTML(proj_badge("S1-F · R1a", "DIPG: H3K27M + CSF LNP + Circadian", "PBTA"))
 
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
  # =============================================================================