Abubakar Abid

Results 997 comments of Abubakar Abid

This looks great @pngwn and definitely captures the vast majority of user feedback that I've heard. A few thoughts: > One thing that has crossed my mind is allowing multiple...

Thanks @daspartho, absolutely! Here is the logic for caching: https://github.com/gradio-app/gradio/blob/5360ea002ea79ca6016ff61842317f2227570015/gradio/examples.py#L235 You can see that if the CSV file exists, examples are not re-cached. Instead the old cache is used. I...

You should be able to do this by creating a `Textbox` with `lines=1`, `max_lines=1`, and creating a `.submit()` event trigger. Let me know if that makes sense.

Revisiting this issue, I think the right approach if someone wants this is to use `Blocks` and to create the `.submit()` event trigger instead of having a dedicated component. A...

I think we've managed to fix this now, but on a related note @freddyaboulton I've noticed tests always show as "failing" when new contributors are merging in a fork of...

Thanks @verm. Would you be open to making a PR? Happy to review it

Thanks for creating this issue @leszekhanusz and for providing the detailed JS code. @aliabid94 can you look at this, and is it possibly related to #1259?

I think we can close this issue if users haven't reported the same attribute error in `3.4`.

Hi @GuillemGSubies thanks for creating an issue and including the graphic. This is quite interesting, and we can certainly think whether this in scope for the `Dataframe` component. Can you...

Thanks for creating the issue @altryne. Would you be able to attach the `script.py` or another minimal example where this issue is happening?