Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'NoneType' object has no attribute 'tail' #188

Closed
goldwater668 opened this issue Jan 26, 2024 · 1 comment · Fixed by #244
Closed

AttributeError: 'NoneType' object has no attribute 'tail' #188

goldwater668 opened this issue Jan 26, 2024 · 1 comment · Fixed by #244

Comments

@goldwater668
Copy link

No description provided.

@zainhoda
Copy link
Contributor

The Flask app is throwing an error because there's no training data. For now you'll have to add at least 1 piece of training data in Python before launching the app.

In the meantime, we'll need to fix this so that it checks for this condition (no training data):

"df": df.tail(25).to_json(orient="records"),

@zainhoda zainhoda linked a pull request Feb 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants