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

Wait for up to 1.5 seconds for external CSS to load #4335

Closed
wants to merge 2 commits into from

Commits on May 25, 2023

  1. mount_css: remove target parameter

    It was never anything but `document.head`, and besides the `existing_link` check within the function didn't use it as scope anyway
    akx committed May 25, 2023
    Configuration menu
    Copy the full SHA
    5be5327 View commit details
    Browse the repository at this point in the history
  2. mount_css: add timeout; use it for external CSS

    Refs gradio-app#4332 (part of it anyway)
    akx committed May 25, 2023
    Configuration menu
    Copy the full SHA
    3dc1d43 View commit details
    Browse the repository at this point in the history