aliabid94

Results 23 issues of aliabid94

Let's fix all the bugs in the website, clean up the code, and make it pixel perfect. Known issues now: - [ ] The example images don't load because of...

bug
docs/website

e.g. first demo in https://gradio.app/embedding_gradio_demos/

This is a proposal on reworking how adjacent components can be styled to be "grouped" together, such that there is no gap between them and only the components at the...

Fixes `Button.style(full_width=False)`

Adds option to have caption for gallery images. Return tuples of (img, string caption) instead of images instead. Does break the returned API for gallery but I think that's okay....

- the user's message should appear immediately - in addition, loading bubbles should appear on the bot side

enhancement
docs/website

Created python backend that will allow users to create and modify backends from python. User's can specify existing themes as: ```python with gr.Blocks(theme=gr.themes.Solid) as demo: pass ``` and they can...