webui_fastapi / MyDataList.py
abhijitkumarjha88192's picture
try2
6020013
raw
history blame contribute delete
No virus
209 Bytes
myDataList = [
{"text": "Row 1", "description": "Description 1", "id": 1},
{"text": "Row 2", "description": "Description 2", "id": 2},
{"text": "Row 3", "description": "Description 3", "id": 3},
]