You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gr.LinePlot causes the entire Gradio app not responsive if the value=None (which is the default value).
Using value=pd.DataFrame() will solve the issue.
This issue could be problematic for developers who set the LinePlot component to be visible=False with the value defaulted to None, in which case their apps will not be responsive.
Describe the bug
gr.LinePlot
causes the entire Gradio app not responsive if thevalue=None
(which is the default value).Using
value=pd.DataFrame()
will solve the issue.This issue could be problematic for developers who set the LinePlot component to be
visible=False
with the value defaulted toNone
, in which case their apps will not be responsive.It worked in Gradio version 4 but not 5.
Have you searched existing issues? 🔎
Reproduction
Screenshot
Logs
System Info
Severity
I can work around it
The text was updated successfully, but these errors were encountered: