Describe the bug
gr.ChatInterface(fill_height=True) does not fill the available vertical space.
Have you searched 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
Severity
I can work around it