simonduerr commited on
Commit
083f3dd
·
verified ·
1 Parent(s): fb25f9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(values=["Flat", "Contour", "Goodsell3D"], label="Style")
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)