TillCyrill
commited on
Commit
•
1372a90
1
Parent(s):
2fbf20d
device
Browse files
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
|
|
|
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 |
)
|