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

Fix Chatbot, Dataframe, Markdown custom components #8339

Merged
merged 5 commits into from
May 21, 2024

Conversation

freddyaboulton
Copy link
Collaborator

@freddyaboulton freddyaboulton commented May 20, 2024

Description

Closes: #8309

You can verify this works by templating off of DataFrame or Chatbot and making the following modifications to @gradio/markdown in node_modules.

🎯 PRs Should Target Issues

Before your create a PR, please check to see if there is an existing issue for this change. If not, please create an issue before you create this PR, unless the fix is very small.

Not adhering to this guideline will result in the PR being closed.

Tests

  1. PRs will only be merged if tests pass on CI. To run the tests locally, please set up your Gradio environment locally and run the tests: bash scripts/run_all_tests.sh

  2. You may need to run the linters: bash scripts/format_backend.sh and bash scripts/format_frontend.sh

@freddyaboulton freddyaboulton added the t: fix A change that implements a fix label May 20, 2024
@gradio-pr-bot
Copy link
Contributor

gradio-pr-bot commented May 20, 2024

🪼 branch checks and previews

Name Status URL
Spaces ready! Spaces preview
Website building...
Storybook ready! Storybook preview
🦄 Changes detecting...

Install Gradio from this PR

pip install https://gradio-builds.s3.amazonaws.com/0c71c4fb4ed31e931df863aa9885936012461b79/gradio-4.31.4-py3-none-any.whl

Install Gradio Python Client from this PR

pip install "gradio-client @ git+https://github.com/gradio-app/gradio@0c71c4fb4ed31e931df863aa9885936012461b79#subdirectory=client/python"

@gradio-pr-bot
Copy link
Contributor

gradio-pr-bot commented May 20, 2024

🦄 change detected

This Pull Request includes changes to the following packages.

Package Version
@gradio/markdown patch
gradio patch
  • Maintainers can select this checkbox to manually select packages to update.

With the following changelog entry.

Fix Chatbot, Dataframe, Markdown custom components

Maintainers or the PR author can modify the PR title to modify this entry.

Something isn't right?

  • Maintainers can change the version label to modify the version bump.
  • If the bot has failed to detect any changes, or if this pull request needs to update multiple packages to different versions or requires a more comprehensive changelog entry, maintainers can update the changelog file directly.

@freddyaboulton freddyaboulton marked this pull request as ready for review May 21, 2024 00:58
@freddyaboulton freddyaboulton requested a review from pngwn May 21, 2024 00:58
@abidlabs
Copy link
Member

Do you think it would make sense to add a test to ensure all of our core components can be used as templates for custom components?

@pngwn
Copy link
Member

pngwn commented May 21, 2024

I think to test this we would have to run dev or build after generating them and this process is quite slow, so this would add a substantial amount of time to CI. Open to any suggestions to speed it up though, it would be nice to have some kind of check.

@freddyaboulton
Copy link
Collaborator Author

Yes a CI test would make sense. I tried to add one in #6715 but it would not work in CI. @pngwn is right though that it would be really slow to test all core components. Maybe we can create a giant custom component directory and launch a kitchen sink style demo.

@pngwn let me know if this particular change looks good though.

Copy link
Member

@pngwn pngwn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look great! Thanks @freddyaboulton!

@freddyaboulton
Copy link
Collaborator Author

Thank you @pngwn 🙏

@freddyaboulton freddyaboulton merged commit 4dc7fa7 into main May 21, 2024
7 of 8 checks passed
@freddyaboulton freddyaboulton deleted the 8309-fix-markdown-component-cc branch May 21, 2024 15:11
@pngwn pngwn mentioned this pull request May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t: fix A change that implements a fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to run custom component dev server based on DataFrame template
4 participants