Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -539,7 +539,7 @@ with gr.Blocks() as block:
|
|
539 |
algorithm = gr.Button('Run Algorithm')
|
540 |
upload = gr.Label(label='Uploader')
|
541 |
|
542 |
-
selection.select(fn=get_collection_names, outputs=[selection])
|
543 |
algorithm.click(fn=import_client_data, inputs=[selection, zipfile, topical_map, password], outputs=[upload])
|
544 |
|
545 |
|
|
|
539 |
algorithm = gr.Button('Run Algorithm')
|
540 |
upload = gr.Label(label='Uploader')
|
541 |
|
542 |
+
# selection.select(fn=get_collection_names, outputs=[selection])
|
543 |
algorithm.click(fn=import_client_data, inputs=[selection, zipfile, topical_map, password], outputs=[upload])
|
544 |
|
545 |
|