gradio-app / gradio

Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
http://www.gradio.app
Apache License 2.0
34.05k stars 2.59k forks source link

Image size fills the entire chatbot UI #9159

Closed BabyChouSr closed 3 months ago

BabyChouSr commented 3 months ago

Describe the bug

image The image in the chatbot tab fills the entire space. The left one is the previous UI gradio==4.36.1 and the right one is the new one gradio==4.41.0

Have you searched existing issues? 🔎

Reproduction

n/a

Screenshot

No response

Logs

No response

System Info

`gradio==4.41.0`

Severity

I can work around it

abidlabs commented 3 months ago

Thanks @BabyChouSr! And you're also seeing an issue around indentations of list items?

abidlabs commented 3 months ago

Would you be able to provide us a minimal code snippet for us to reproduce the issue? We are having a hard time reproing on our end (cc @hannahblair)

dawoodkhan82 commented 3 months ago

@BabyChouSr @abidlabs I was able to reproduce this issue, when supplying an image to the chatbot via markdown. I'm assuming that's what's being shown in the screenshot.