Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -491,7 +491,8 @@ with gr.Blocks() as demo:
|
|
| 491 |
with gr.Row():
|
| 492 |
clear_all_button = gr.Button("Clear All")
|
| 493 |
|
| 494 |
-
|
|
|
|
| 495 |
clear_all_button.click(lambda : [None] * len(all_information), outputs=all_information)
|
| 496 |
|
| 497 |
if __name__ == "__main__":
|
|
|
|
| 491 |
with gr.Row():
|
| 492 |
clear_all_button = gr.Button("Clear All")
|
| 493 |
|
| 494 |
+
flag_response = [selected_response]
|
| 495 |
+
all_information = inputs_information + outputs_information + flag_response
|
| 496 |
clear_all_button.click(lambda : [None] * len(all_information), outputs=all_information)
|
| 497 |
|
| 498 |
if __name__ == "__main__":
|