greppo-io/greppo

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

sotosoul opened this issue · 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?

Hey @sotosoul,

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

greppo serve app.py