Spaces:
Runtime error
Runtime error
as-cle-bert
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -179,6 +179,6 @@ with gr.Blocks() as demo1:
|
|
179 |
gr.HTML(html, label=f"{seq} structural representation")
|
180 |
Molecule3D(pdb, label=f"{seq} molecular representation")
|
181 |
|
182 |
-
demo = gr.TabbedInterface([iface,
|
183 |
|
184 |
demo.launch(server_name="0.0.0.0", share=False)
|
|
|
179 |
gr.HTML(html, label=f"{seq} structural representation")
|
180 |
Molecule3D(pdb, label=f"{seq} molecular representation")
|
181 |
|
182 |
+
demo = gr.TabbedInterface([iface, demo1], ["Single Protein Structure Prediction", "Bulk Protein Structure Prediction"])
|
183 |
|
184 |
demo.launch(server_name="0.0.0.0", share=False)
|