Update demo/modules/search.py
Browse files- demo/modules/search.py +1 -1
demo/modules/search.py
CHANGED
@@ -257,7 +257,7 @@ def build_search_module():
|
|
257 |
input = gr.Text(label="Input")
|
258 |
|
259 |
# Provide an upload button to upload a pdb file
|
260 |
-
upload_btn, chain_box = upload_pdb_button(visible=False)
|
261 |
upload_btn.upload(parse_pdb_file, inputs=[input_type, upload_btn, chain_box], outputs=[input])
|
262 |
|
263 |
|
|
|
257 |
input = gr.Text(label="Input")
|
258 |
|
259 |
# Provide an upload button to upload a pdb file
|
260 |
+
upload_btn, chain_box = upload_pdb_button(visible=False, chain_visible=False)
|
261 |
upload_btn.upload(parse_pdb_file, inputs=[input_type, upload_btn, chain_box], outputs=[input])
|
262 |
|
263 |
|