Skip to content

"fill_height" makes interface grow to infinite if "footer_links=[]" on Hugging Face. #12992

@Carbaz

Description

@Carbaz

Describe the bug

Upon loading the page the interface starts growing vertically without control or limit up to infinite.

Since 6.9.0 fixed the fill_height feature it starts growing without control if interface is launched with footer_links=[].

Check it at: https://huggingface.co/spaces/Carbaz/infinite_space

Seems the footer were acting as a limit to the container or so.

Have you searched existing issues? 🔎

  • I have searched and found no existing issues

Reproduction

import gradio as gr


def chatbot_response(message, history):
    return f"Hello, you said: {message}"

demo = gr.ChatInterface(chatbot_response, title="Infinite space")

if __name__ == "__main__":
    demo.launch(footer_links=[])

Screenshot

Is a dynamic issue, need to check alive.

https://huggingface.co/spaces/Carbaz/infinite_space

Logs

No error logs, but check weird behaviour at: https://huggingface.co/spaces/Carbaz/infinite_space

System Info

Gradio 6.9.0 default Blank space at Hugging Face

Severity

I can work around it

Metadata

Metadata

Assignees

No one assigned

    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