Update to lowercase MkDocs admonitions (#15990)

Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
MatthewNoyce 2024-09-06 16:33:26 +01:00 committed by GitHub
parent ce24c7273e
commit c2b647a768
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
133 changed files with 529 additions and 521 deletions

View file

@ -38,7 +38,7 @@ Streamlit makes it simple to build and deploy interactive web applications. Comb
Before you start building the application, ensure you have the Ultralytics Python Package installed. You can install it using the command **pip install ultralytics**
!!! Example "Streamlit Application"
!!! example "Streamlit Application"
=== "Python"
@ -60,7 +60,7 @@ This will launch the Streamlit application in your default web browser. You will
You can optionally supply a specific model in Python:
!!! Example "Streamlit Application with a custom model"
!!! example "Streamlit Application with a custom model"
=== "Python"
@ -104,7 +104,7 @@ pip install ultralytics
Then, you can create a basic Streamlit application to run live inference:
!!! Example "Streamlit Application"
!!! example "Streamlit Application"
=== "Python"