FigmaChain icon indicating copy to clipboard operation
FigmaChain copied to clipboard

FigmaChain is a set of Python scripts that generate HTML/CSS code based on Figma designs. Using OpenAI's GPT-3 model, FigmaChain enables developers to quickly generate HTML/CSS code from a Figma desig...

Results 6 FigmaChain issues
Sort by recently updated
recently updated
newest added

Hi ! I have the following issues : When I try to run python3 generateCode.py navbar ![image](https://user-images.githubusercontent.com/35839500/235470782-8ddf600d-a474-4c08-9993-97b576453687.png) when I try to install 'pip install chromadb' ![image](https://user-images.githubusercontent.com/35839500/235470572-0988f156-29c4-4d86-8af6-f74332542ce4.png)

Output only displays demo - not the figma design from .env I removed my OpenAI key and Figma Token from the .env for screenshot purposes Figma design URL: https://www.figma.com/file/otuSGS6XKMka1pKgEgTX80/Portfolio-(Community)?node-id=0-1&t=zCYLl0Nlue1KyiUH-0 ![image](https://user-images.githubusercontent.com/83474495/235368775-0300896e-5f20-4f1d-aefb-9889c3f77e48.png)...

correct command - pip install openai langchain streamlit python-dotenv

![Screenshot 2023-05-03 at 4 05 50 PM](https://user-images.githubusercontent.com/50788154/235893534-52d02deb-166d-43fc-833b-e8d671158832.png) when I give **python generateCode.py ** it throws this error **NameError: name 'chromadb' is not defined** . First time it threw module not...

Fix: dotenv => python-dotenv

The error message you're seeing indicates that there is an issue with the usage of the @root_validator decorator from the Pydantic library. Starting from version 2.0.2, if you use @root_validator...