DeltaGenerator always appearing at the end

I’m creating an interface using Hugging Face models, but the output always gets this string:

DeltaGenerator(_root_container=0, _provided_cursor=LockedCursor(_root_container=0, _index=7, _parent_path=(), _props={'delta_type': 'markdown', 'last_index': None}), _parent=DeltaGenerator(_root_container=0, _provided_cursor=None, _parent=None, _block_type=None, _form_data=None), _block_type=None, _form_data=None)

Is there any way to hide this?

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.