jerry2971

Results 3 comments of jerry2971

I also encountered the same problem. After reading the document, react-datasheet allows custom parser. Below is my code ```javascript const custParser = (str) => { const r1 = str.split(/\r\n|\n|\r/).map(function (row)...

I've encountered this issue as well. Below is my solution, which allowed me to extend the API functionality and address the limitations of the Gradio API. ```python # app.py from...

@a652 First, you can use `?view=api` to access the Gradio API and use the API Recorder to generate the code. If the Gradio API does not meet your needs, then...