runtime error

Exit code: 1. Reason: nt call last): File "/app/app.py", line 13, in <module> df = load_data() File "/usr/local/lib/python3.13/site-packages/streamlit/runtime/caching/cache_utils.py", line 281, in __call__ return self._get_or_create_cached_value(args, kwargs, spinner_message) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/streamlit/runtime/caching/cache_utils.py", line 326, in _get_or_create_cached_value return self._handle_cache_miss(cache, value_key, func_args, func_kwargs) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/streamlit/runtime/caching/cache_utils.py", line 385, in _handle_cache_miss computed_value = self._info.func(*func_args, **func_kwargs) File "/app/app.py", line 9, in load_data df = pd.read_csv("house_materials_hyderabad_2026.csv") File "/usr/local/lib/python3.13/site-packages/pandas/io/parsers/readers.py", line 1026, in read_csv return _read(filepath_or_buffer, kwds) File "/usr/local/lib/python3.13/site-packages/pandas/io/parsers/readers.py", line 620, in _read parser = TextFileReader(filepath_or_buffer, **kwds) File "/usr/local/lib/python3.13/site-packages/pandas/io/parsers/readers.py", line 1620, in __init__ self._engine = self._make_engine(f, self.engine) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/pandas/io/parsers/readers.py", line 1880, in _make_engine self.handles = get_handle( ~~~~~~~~~~^ f, ^^ ...<6 lines>... storage_options=self.options.get("storage_options", None), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/pandas/io/common.py", line 873, in get_handle handle = open( handle, ...<3 lines>... newline="", ) FileNotFoundError: [Errno 2] No such file or directory: 'house_materials_hyderabad_2026.csv'

Container logs:

Fetching error logs...