Spaces:
Paused
Paused
hard chall inputs shouldn't modify easy chall outputs
Browse files
app.py
CHANGED
@@ -443,12 +443,12 @@ with gr.Blocks(
|
|
443 |
discord_username_ch_hard.change(
|
444 |
modify_row,
|
445 |
inputs=[discord_username_ch_hard, feedback_ch_hard, hard_state],
|
446 |
-
outputs=[
|
447 |
)
|
448 |
feedback_ch_hard.change(
|
449 |
modify_row,
|
450 |
inputs=[discord_username_ch_hard, feedback_ch_hard, hard_state],
|
451 |
-
outputs=[
|
452 |
)
|
453 |
generate_summary_ch_hard.click(
|
454 |
summary_ch_hard,
|
|
|
443 |
discord_username_ch_hard.change(
|
444 |
modify_row,
|
445 |
inputs=[discord_username_ch_hard, feedback_ch_hard, hard_state],
|
446 |
+
outputs=[hard_state, hard_state],
|
447 |
)
|
448 |
feedback_ch_hard.change(
|
449 |
modify_row,
|
450 |
inputs=[discord_username_ch_hard, feedback_ch_hard, hard_state],
|
451 |
+
outputs=[hard_state, hard_state],
|
452 |
)
|
453 |
generate_summary_ch_hard.click(
|
454 |
summary_ch_hard,
|