Is there exists a method to update the dataset in requests streaming format?

As the title say, I want to update (in most circumstances add items to dataset)
Does this can be done by some methods ?
A real scene is to deploy a space that can collect people upload items
to a dataset by form with the help of gradio.

Hi! Gradio has a dedicated component for this workflow: Gradio Docs.