TillCyrill
commited on
Commit
•
762b539
1
Parent(s):
9c73e10
slider
Browse files
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=
|
241 |
-
minimum=1, maximum=
|
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():
|