Ë
    úmxi  ã                   ó   — 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__© ó    úJ/home/htdocs/ttos/venv/lib/python3.12/site-packages/streamlit/starlette.pyú<module>r
      s   ðñõ" =àˆ'�r   