Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ with open("offer.html", "r", encoding="utf-8") as f:
|
|
16 |
pricing_html = f.read()
|
17 |
|
18 |
with gr.Blocks() as interface:
|
19 |
-
with gr.Tab("CURIOUS ABOUT THIS PRODUCT?"):
|
20 |
-
|
21 |
with gr.Tab("🧬 Classifier"):
|
22 |
gr.Markdown("# 🧬 mtDNA Location Classifier (MVP)")
|
23 |
#inputMode = gr.Radio(choices=["Single Accession", "Batch Input"], value="Single Accession", label="Choose Input Mode")
|
@@ -788,6 +788,7 @@ with gr.Blocks() as interface:
|
|
788 |
# }
|
789 |
# </style>
|
790 |
# """)
|
791 |
-
|
|
|
792 |
|
793 |
interface.launch(share=True,debug=True)
|
|
|
16 |
pricing_html = f.read()
|
17 |
|
18 |
with gr.Blocks() as interface:
|
19 |
+
# with gr.Tab("CURIOUS ABOUT THIS PRODUCT?"):
|
20 |
+
# gr.HTML(value=pricing_html)
|
21 |
with gr.Tab("🧬 Classifier"):
|
22 |
gr.Markdown("# 🧬 mtDNA Location Classifier (MVP)")
|
23 |
#inputMode = gr.Radio(choices=["Single Accession", "Batch Input"], value="Single Accession", label="Choose Input Mode")
|
|
|
788 |
# }
|
789 |
# </style>
|
790 |
# """)
|
791 |
+
with gr.Tab("CURIOUS ABOUT THIS PRODUCT?"):
|
792 |
+
gr.HTML(value=pricing_html)
|
793 |
|
794 |
interface.launch(share=True,debug=True)
|