runtime error
Exit code: 1. Reason: /usr/local/lib/python3.13/site-packages/gradio/components/dataframe.py:197: UserWarning: The `column_limits` parameter is not yet implemented. warnings.warn( Traceback (most recent call last): File "/app/run.py", line 8, in <module> gr.Dataframe( ~~~~~~~~~~~~^ headers=["Item", "Quantity"], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... type="polars" ^^^^^^^^^^^^^ ), ^ File "/usr/local/lib/python3.13/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.13/site-packages/gradio/components/dataframe.py", line 218, in __init__ raise ImportError( "Polars is not installed. Please install using `pip install polars`." ) ImportError: Polars is not installed. Please install using `pip install polars`.
Container logs:
Fetching error logs...