Spaces:
Runtime error
Runtime error
clear_button.click(lambda: [[],None,""], None, [chat_output, json_file, json_textbox], queue=False)
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ if __name__ == "__main__":
|
|
163 |
json_textbox
|
164 |
]
|
165 |
)
|
166 |
-
clear_button.click(lambda: [
|
167 |
|
168 |
|
169 |
|
|
|
163 |
json_textbox
|
164 |
]
|
165 |
)
|
166 |
+
clear_button.click(lambda: [[],None,""], None, [chat_output, json_file, json_textbox], queue=False)
|
167 |
|
168 |
|
169 |
|