Spaces:
Runtime error
Runtime error
simonduerr
commited on
Commit
·
4e14aa0
1
Parent(s):
6e89cd3
Update app.py
Browse files
app.py
CHANGED
@@ -230,13 +230,13 @@ metal3d = gr.Blocks()
|
|
230 |
|
231 |
with metal3d:
|
232 |
gr.Markdown("# Metal3D")
|
233 |
-
with
|
234 |
-
with
|
235 |
inp = gr.Textbox( placeholder="PDB Code or Uniprot identifier or upload file below", label="Input molecule"
|
236 |
)
|
237 |
file = gr.File(file_count="single", type="file")
|
238 |
|
239 |
-
with
|
240 |
with gr.Row():
|
241 |
mode = gr.Radio(
|
242 |
["All metalbinding residues (ASP, CYS, GLU, HIS)", "All residues"],
|
|
|
230 |
|
231 |
with metal3d:
|
232 |
gr.Markdown("# Metal3D")
|
233 |
+
with gr.Tabs():
|
234 |
+
with gr.TabItem("App"):
|
235 |
inp = gr.Textbox( placeholder="PDB Code or Uniprot identifier or upload file below", label="Input molecule"
|
236 |
)
|
237 |
file = gr.File(file_count="single", type="file")
|
238 |
|
239 |
+
with gr.TabItem("Settings"):
|
240 |
with gr.Row():
|
241 |
mode = gr.Radio(
|
242 |
["All metalbinding residues (ASP, CYS, GLU, HIS)", "All residues"],
|