Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks() as app:
|
|
163 |
|
164 |
classification_output = gr.Markdown(label="Classification (P or NP)")
|
165 |
|
166 |
-
classify_button.click(
|
167 |
|
168 |
evaluate_button = gr.Button("Evaluate Recombination Complexity")
|
169 |
recombination_output = gr.Textbox(label="Recombination Complexity")
|
|
|
163 |
|
164 |
classification_output = gr.Markdown(label="Classification (P or NP)")
|
165 |
|
166 |
+
classify_button.click(pvsnp, inputs=problem_input, outputs=[classification_output])
|
167 |
|
168 |
evaluate_button = gr.Button("Evaluate Recombination Complexity")
|
169 |
recombination_output = gr.Textbox(label="Recombination Complexity")
|