runtime error

/usr/local/lib/python3.10/site-packages/gradio/utils.py:915: UserWarning: Expected 1 arguments for function <function handle_accuse_click at 0x7f22a2b8a170>, received 2. warnings.warn( /usr/local/lib/python3.10/site-packages/gradio/utils.py:923: UserWarning: Expected maximum 1 arguments for function <function handle_accuse_click at 0x7f22a2b8a170>, received 2. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 289, in <module> main(None) File "/home/user/app/app.py", line 285, in main chat_interface = chatbot_interface(request,accuse_button) File "/home/user/app/app.py", line 277, in chatbot_interface accuse_button.click(fn=handle_accuse_click, inputs=[request, accuse_button], js=js_func) File "/usr/local/lib/python3.10/site-packages/gradio/events.py", line 295, in event_trigger dep, dep_index = Context.root_block.set_event_trigger( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1045, in set_event_trigger "inputs": [block._id for block in inputs], File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1045, in <listcomp> "inputs": [block._id for block in inputs], AttributeError: 'NoneType' object has no attribute '_id'

Container logs:

Fetching error logs...