Abubakar Abid

Results 1616 comments of Abubakar Abid

Closing the issue for now, but happy to reopen if the issue continues to persist in the latest version of Gradio

I'm a little confused. So the `js` parameter only works if there's no backend function? I thought we could do both -- have a backend function, and a js function

Hi, apologies for the late follow up. We haven't had a chance to look into this issue recently, but the Gradio codebase has changed quite significantly since this issue was...

I believe this should close: https://github.com/gradio-app/gradio/issues/9721

Tested with: ```html import gradio as gr def greet(name): return "Hello, " + name + "!" gr.Interface(greet, "textbox", "textbox").launch() ``` some of the styling was off, but I think that's...

makes sense, @thewh1teagle would you like to open a PR for this?

Upon further reflection, I don't think this should be a part of the core Python API, as there are many minor attributes, like autocorrect="off", autocapitalize="off", spellcheck="false" that we don't really...

Relatedly, it seems that inline styles don't work, which is why the title of an interface is not centered for example: https://github.com/gradio-app/gradio/blob/8bb7776c88b1f2b08940247ae0adee24cc73f460/gradio/interface.py#L580

Maybe also related: https://github.com/gradio-app/gradio/issues/10140