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

Getting "Button is not defined" error #41

Open
Sinvanor opened this issue Mar 30, 2024 · 0 comments
Open

Getting "Button is not defined" error #41

Sinvanor opened this issue Mar 30, 2024 · 0 comments

Comments

@Sinvanor
Copy link

NameError Traceback (most recent call last)
in <cell line: 46>()
47 if 'end preprocess' in f.read():
48 clear_output()
---> 49 display(Button(description="\u2714 Success", button_style="success"))
50 else:
51 print("Error preprocessing data... Make sure your dataset folder is correct.")

NameError: name 'Button' is not defined

I have reduced my dataset size to an hour all split up into 5-10 second files. Previously when my data set was too big, I was told both minibatch and traceback were both not defined before, but now it's button.

The colab I'm using is the easyGUI📱- 3/09/24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant