puke
puke
So did I. I copied the code of showcase, but no whole code found, the variable named "links" wasn't found. 
Oh... I seems like find it... It's here... (Another dir named dashboard too, but in `/app/ui`, not in `/app` root dir) 
All solutions are not worked for me. I tried to restart cursor, reinstall cursor, invoke [Shell command: Install ‘cursor’ command], disable Telemetry, but all of above are not worked. Anyone...
> All solutions are not worked for me. I tried to restart cursor, reinstall cursor, invoke [Shell command: Install ‘cursor’ command], disable Telemetry, but all of above are not worked....
Same issue, and I solved it by this: 1. Find `index.html` in chainlit library directory, for me, it's: `.venv/lib/python3.11/site-packages/chainlit/frontend/dist/index.html`; 2. Find `katex.min.css` from `index.html`, in my case, it is: ```html...