Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ def predict(input_mol, style, view_str, chains):
|
|
| 35 |
|
| 36 |
with gr.Blocks() as demo:
|
| 37 |
gr.Markdown("# PDB2Vector")
|
| 38 |
-
style = gr.Radio(
|
| 39 |
inp = moleculeview(label="Molecule3D")
|
| 40 |
|
| 41 |
view_str = gr.Textbox("viewMatrixResult", label="View Matrix", visible=False)
|
|
|
|
| 35 |
|
| 36 |
with gr.Blocks() as demo:
|
| 37 |
gr.Markdown("# PDB2Vector")
|
| 38 |
+
style = gr.Radio(value="Flat", choices=["Flat", "Contour", "Goodsell3D"], label="Style")
|
| 39 |
inp = moleculeview(label="Molecule3D")
|
| 40 |
|
| 41 |
view_str = gr.Textbox("viewMatrixResult", label="View Matrix", visible=False)
|