looker-open-source / extension-gen-ai

Looker Extension GenAI - using LLMs to make exploration easier and getting dashboard insights
MIT License
69 stars 21 forks source link

Accordion2 tag not supporting in the extension #29

Open Abhilash42069 opened 6 months ago

Abhilash42069 commented 6 months ago

I've tried including the accordion2 tag along with my dialogflow in Explore.tsx under the closing space tag below Line no. 257. <Accordion2 label="ChatBot"> <iframe allow="microphone;" width="350" height="430" src="----">

The iframe seems to be working fine but on adding the Accordion2 tag everything just vanishes. Are there any limitations of Looker with this particular tag?