To successfully run the code on Hugging Face, the code file `gradio_demo.py` has to be renamed to `app.py`. In addition, note that the code file `prep_file.py` is not explicitly required for running the IDAs, but for generating the data preparation file `prep_file.csv`. For the Dash-based data exploration board, we provide two IDA code files, one for local IDA execution (`dash_demo.py`) and the other for IDA execution on PythonAnywhere (`app.py`).