-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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_spaceSystem Info
Gradio 6.9.0 default Blank space at Hugging FaceSeverity
I can work around it
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working