Abubakar Abid

Results 1616 comments of Abubakar Abid

Can repro, thanks for creating the issue @ydshieh -- we'll look into it!

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

Looks like this is still an issue. A repro for Gradio 5: ```py import gradio as gr def change_color_map(choice): if choice == "color map 1": return gr.HighlightedText(color_map={"R": "red", "L": "lime"})...

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

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

I thought I commented about this, but it seems to have disappeared: navigating to the right section in the page. For some searches, like "iframe" or "WaveformOptions", it would be...

Ok so one thing I noticed is that when multiple items on a page match a given query, it only selects one of them to show in the search preview....

> @abidlabs We can't autofocus the first result because it will take the cursor off the search box. Not a big deal at all, but could pressing enter automatically go...

Thanks folks, we are looking into it! Just to confirm, the styling change removing the borders was intentional but I believe the like buttons disappearing from under the user messages...

@aliabd this should be fixed on `main`, but I don't think the website has rebuilt successfully