greppo icon indicating copy to clipboard operation
greppo copied to clipboard

Error: 'GreppoApp' object has no attribute 'base_layer'

Open sotosoul opened this issue 2 years ago • 1 comments

That's a great project and I'm very happy to try it out! Unfortunately, after installing the necessary dependencies and create a sample app.py with app.base_layer( ... ) as shown in the demo section of the documentation, I keep getting errors like: AttributeError: 'GreppoApp' object has no attribute 'base_layer'.

Is there something I'm missing?

sotosoul avatar Apr 05 '22 20:04 sotosoul

Hey @sotosoul,

Are you running the app.py in the terminal as the following?

greppo serve app.py

krish-adi avatar Apr 08 '22 08:04 krish-adi