Skip to content

Regression: ChatInterface fill_height=True stopped working (6.8.0 vs 5.50.0)Β #12955

@hysts

Description

@hysts

Describe the bug

gr.ChatInterface(fill_height=True) does not fill the available vertical space.

Have you searched existing issues? πŸ”Ž

  • I have searched and found no existing issues

Reproduction

repro Space: https://huggingface.co/spaces/hysts-debug/chatinterface-fill-height

import gradio as gr

gr.ChatInterface(fn=lambda msg, hist: f"Echo: {msg}", fill_height=True).launch()

Screenshot

No response

Logs

System Info

gradio==6.8.0

Severity

I can work around it

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions