TillCyrill commited on
Commit
762b539
1 Parent(s): 9c73e10
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -237,8 +237,8 @@ def run():
237
  #text_output = gr.Textbox()
238
  #text_button = gr.Button("Flip")
239
  inp = gr.Textbox(placeholder="PDB Code or upload file below", label="Input structure")
240
- topN = gr.Slider(value=10,
241
- minimum=1, maximum=100, label="Number of atoms to visualize", step=1
242
  )
243
  pdb_file = gr.File(label="PDB File Upload")
244
  #with gr.Row():
 
237
  #text_output = gr.Textbox()
238
  #text_button = gr.Button("Flip")
239
  inp = gr.Textbox(placeholder="PDB Code or upload file below", label="Input structure")
240
+ topN = gr.Slider(value=100,
241
+ minimum=1, maximum=1000, label="Number of highest adaptability values to visualize", step=1
242
  )
243
  pdb_file = gr.File(label="PDB File Upload")
244
  #with gr.Row():