-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix multimodal chat look #8590
Fix multimodal chat look #8590
Conversation
🪼 branch checks and previews
Install Gradio from this PR pip install https://gradio-builds.s3.amazonaws.com/14944ef19f3461bb6ba13807306c1c7293758455/gradio-4.36.1-py3-none-any.whl Install Gradio Python Client from this PR pip install "gradio-client @ git+https://github.com/gradio-app/gradio@14944ef19f3461bb6ba13807306c1c7293758455#subdirectory=client/python" Install Gradio JS Client from this PR npm install https://gradio-builds.s3.amazonaws.com/14944ef19f3461bb6ba13807306c1c7293758455/gradio-client-1.1.1.tgz |
🦄 change detectedThis Pull Request includes changes to the following packages.
With the following changelog entry.
Maintainers or the PR author can modify the PR title to modify this entry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! We also had the opposite problem on small screens, the spacing was too small and the icon overlapped the text. This seems to fix that too.
Thanks @aliabid94!
Actually I need to recheck this, the gap looks big sometimes. |
Okay, so i notices two small thins:
|
…radio into fix_multimodal_chat
Fixed.
How do I remove the send button? |
There was too much spacing before between the attach button and the textbox. Also looked in the file and we were using absolute positioning as well as percents for padding - should avoid both of these.