-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Adds .expand()
and .collapse()
events to gr.Accordion
#9875
Conversation
🪼 branch checks and previews
Install Gradio from this PR pip install https://gradio-pypi-previews.s3.amazonaws.com/aeed53be37d1fe1caac03e4c5b3e05efbeaf28c7/gradio-5.4.0-py3-none-any.whl Install Gradio Python Client from this PR pip install "gradio-client @ git+https://github.com/gradio-app/gradio@aeed53be37d1fe1caac03e4c5b3e05efbeaf28c7#subdirectory=client/python" Install Gradio JS Client from this PR npm install https://gradio-npm-previews.s3.amazonaws.com/aeed53be37d1fe1caac03e4c5b3e05efbeaf28c7/gradio-client-1.7.1.tgz Use Lite from this PR <script type="module" src="https://gradio-lite-previews.s3.amazonaws.com/aeed53be37d1fe1caac03e4c5b3e05efbeaf28c7/dist/lite.js""></script> |
🦄 change detectedThis Pull Request includes changes to the following packages.
With the following changelog entry.
Maintainers or the PR author can modify the PR title to modify this entry.
|
If there are any minor changes that need to be made, anyone should feel free to push to this branch. Thanks! |
Should we expect that changing the |
Ok since the issue specifically calls out the Button, then it makes sense for expand/collapse to only trigger on user input. |
Thanks for merging this in @freddyaboulton! |
This PR was produced via programmatic use of
aider
+ a lot of human intervention. More details available internallyTest with:
Closes: #5197