microsoft / lida

Automatic Generation of Visualizations and Infographics using Large Language Models
https://microsoft.github.io/lida/
MIT License
2.66k stars 282 forks source link

Corrected typo in readme from 'lida.modules' to 'lida.components' #8

Closed Alfred-Onuada closed 1 year ago

Alfred-Onuada commented 1 year ago

There was a slight error in the docs, where it states

from lida.modules import Manager

I corrected this to

from lida.components import Manager
victordibia commented 1 year ago

Thanks @Alfred-Onuada
Good catch!

Even better, any chance we can update this to a direct import (Manager is exported directly from lida) ?

from lida import Manager
Alfred-Onuada commented 1 year ago

Sure @victordibia, I will update the PR