runtime error

Exit code: 1. Reason: IndianFoodDatasetCSV.csv: 0%| | 0.00/24.2M [00:00<?, ?B/s] IndianFoodDatasetCSV.csv: 100%|██████████| 24.2M/24.2M [00:00<00:00, 41.1MB/s] Generating train split: 0%| | 0/6871 [00:00<?, ? examples/s] Generating train split: 100%|██████████| 6871/6871 [00:00<00:00, 19407.19 examples/s] Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pandas/core/indexes/base.py", line 3805, in get_loc return self._engine.get_loc(casted_key) File "index.pyx", line 167, in pandas._libs.index.IndexEngine.get_loc File "index.pyx", line 196, in pandas._libs.index.IndexEngine.get_loc File "pandas/_libs/hashtable_class_helper.pxi", line 7081, in pandas._libs.hashtable.PyObjectHashTable.get_item File "pandas/_libs/hashtable_class_helper.pxi", line 7089, in pandas._libs.hashtable.PyObjectHashTable.get_item KeyError: 'name' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 12, in <module> recipes["name"] + " " + File "/usr/local/lib/python3.10/site-packages/pandas/core/frame.py", line 4102, in __getitem__ indexer = self.columns.get_loc(key) File "/usr/local/lib/python3.10/site-packages/pandas/core/indexes/base.py", line 3812, in get_loc raise KeyError(key) from err KeyError: 'name'

Container logs:

Fetching error logs...