runtime error

/home/user/.local/lib/python3.8/site-packages/gradio/inputs.py:389: UserWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your components from gradio.components warnings.warn( Traceback (most recent call last): File "app.py", line 19, in <module> input_type = gr.inputs.Dataframe(type="csv", label="Upload a CSV file") File "/home/user/.local/lib/python3.8/site-packages/gradio/inputs.py", line 392, in __init__ super().__init__( File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 2786, in __init__ raise ValueError( ValueError: Invalid value for parameter `type`: csv. Please choose from one of: ['pandas', 'numpy', 'array']

Container logs:

Fetching error logs...