runtime error

self._engine = self._make_engine(f, self.engine) File "/home/user/.local/lib/python3.10/site-packages/pandas/io/parsers/readers.py", line 1735, in _make_engine self.handles = get_handle( File "/home/user/.local/lib/python3.10/site-packages/pandas/io/common.py", line 713, in get_handle ioargs = _get_filepath_or_buffer( File "/home/user/.local/lib/python3.10/site-packages/pandas/io/common.py", line 363, in _get_filepath_or_buffer with urlopen(req_info) as req: File "/home/user/.local/lib/python3.10/site-packages/pandas/io/common.py", line 265, in urlopen return urllib.request.urlopen(*args, **kwargs) File "/usr/local/lib/python3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.10/urllib/request.py", line 525, in open response = meth(req, response) File "/usr/local/lib/python3.10/urllib/request.py", line 634, in http_response response = self.parent.error( File "/usr/local/lib/python3.10/urllib/request.py", line 563, in error return self._call_chain(*args) File "/usr/local/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/usr/local/lib/python3.10/urllib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 23, in <module> with gr.Blocks() as block: File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1086, in __exit__ self.config = self.get_config_file() File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1062, in get_config_file "props": utils.delete_none(block.get_config()) File "/home/user/.local/lib/python3.10/site-packages/gradio/components.py", line 2457, in get_config "value": self.value, AttributeError: 'Dataframe' object has no attribute 'value'

Container logs:

Fetching error logs...