TillCyrill commited on
Commit
1372a90
1 Parent(s): 2fbf20d
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -240,7 +240,8 @@ def run():
240
  #text_input = gr.Textbox()
241
  #text_output = gr.Textbox()
242
  #text_button = gr.Button("Flip")
243
- inp = gr.Textbox(placeholder="PDB Code or upload file below", label="Input structure")
 
244
  topN = gr.Slider(value=100,
245
  minimum=1, maximum=1000, label="Number of highest adaptability values to visualize", step=1
246
  )
 
240
  #text_input = gr.Textbox()
241
  #text_output = gr.Textbox()
242
  #text_button = gr.Button("Flip")
243
+ inp = gr.Textbox(placeholder="Upload PDB file below", label="Input structure")
244
+ #inp = ""
245
  topN = gr.Slider(value=100,
246
  minimum=1, maximum=1000, label="Number of highest adaptability values to visualize", step=1
247
  )