
    4i                         d Z ddlmZ dgZy)aZ  Starlette integration for Streamlit.

This module provides the ASGI-compatible App class for running Streamlit
applications with any ASGI server (uvicorn, hypercorn, etc.).

Example
-------
>>> from streamlit.starlette import App
>>> app = App("main.py")

Run with uvicorn:

.. code-block:: bash

    uvicorn myapp:app --host 0.0.0.0 --port 8501
    )Appr   N)__doc__,streamlit.web.server.starlette.starlette_appr   __all__     ]/home/obispo/Crisostomo_bridge/mision_env/lib/python3.12/site-packages/streamlit/starlette.py<module>r
      s   " ='r   