We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
I think square brackets are missing in your doc which should wrap around the Output argument:
callback!(app, Output("output", "children"), [Input("submit-button", "n_clicks")], [State("state-1", "value"), State("state-2", "value")]) do n_clicks, state1, state2 .....
I was also unable to insert "Test" as follows:
app = dash("Test", external_stylesheets=["https://codepen.io/chriddyp/pen/bWLwgP.css"])
But the documentation suggests that you can (under heading about Python/Julia code comparison).
The text was updated successfully, but these errors were encountered:
etpinard
Successfully merging a pull request may close this issue.
Hi there,
I think square brackets are missing in your doc which should wrap around the Output argument:
I was also unable to insert "Test" as follows:
But the documentation suggests that you can (under heading about Python/Julia code comparison).
The text was updated successfully, but these errors were encountered: