Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenCodeInterpreter/OpenCodeInterpreter
/ reset_textbox
Function
reset_textbox
demo/chatbot.py:283–284 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
281
282
283
def
reset_textbox():
284
return
gr.update(value=
""
)
285
286
287
def
clear_history(history, jupyter_state, dialog_info, interpreter):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected