youngtsai commited on
Commit
e9a7746
·
1 Parent(s): 15531a1

clear_button.click(lambda: [[],None,""], None, [chat_output, json_file, json_textbox], queue=False)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ if __name__ == "__main__":
163
  json_textbox
164
  ]
165
  )
166
- clear_button.click(lambda: ["","path/to/empty.txt",""], None, [chat_output, json_file, json_textbox], queue=False)
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