Closed pcschreiber1 closed 2 weeks ago
Any updates on this? The same thing happens for me on a smaller screen (mobile resolution). I tried using this in and out of gr.Row(), in both cases it shows the blank space
Hi, apologies for the late follow up. We haven't had a chance to look into this issue, but the Gradio codebase has changed quite significantly since this issue was created, particularly with the release of Gradio 5. Could you let us know if this is still an issue in the latest version of Gradio (pip install --upgrade gradio
)? Thanks!
Closing the issue for now, but can reopen if needed
Describe the bug
When I place a large
gr.DataFrame
inside agr.Row()
element and set theheight
argument to a high number, a large field appears but inside the Dataframe table stays the same size.More precisely, the table object with class="svelte-1bvc1p0" (i.e. the table header?) seems to expand and not the table itself (see first image).
When set inside a
gr.Group()
, the displayed header has a regular size but the "empty" space above remains there.When I manually zoom-out (e.g. to 50%) the component is displayed as it should be.
Objective: I would like to be able to show a large table without table zoom inside a complex layout
Have you searched existing issues? 🔎
Reproduction
Screenshot
Logs
No response
System Info
Severity
I can work around it