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? 🔎
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
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_heightfeature it starts growing without control if interface is launched withfooter_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? 🔎
Reproduction
Screenshot
Is a dynamic issue, need to check alive.
https://huggingface.co/spaces/Carbaz/infinite_space
Logs
System Info
Severity
I can work around it