runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/gradio/layouts/column.py:55: UserWarning: 'scale' value should be an integer. Using 1.3 will cause issues. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 114, in <module> plot = gr.ScatterPlot(get_plots('text_generation.csv')) File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 167, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/components/native_plot.py", line 133, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 167, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/components/base.py", line 211, in __init__ initial_value = self.postprocess(initial_value) File "/usr/local/lib/python3.10/site-packages/gradio/components/native_plot.py", line 204, in postprocess split_json = json.loads(value.to_json(orient="split", date_unit="ms")) File "/usr/local/lib/python3.10/site-packages/plotly/basedatatypes.py", line 3443, in to_json return pio.to_json(self, *args, **kwargs) TypeError: to_json() got an unexpected keyword argument 'orient'

Container logs:

Fetching error logs...