Skip to content
Docs Try Aspire
Docs Try

addStreamlitApp

Method
📦 CommunityToolkit.Aspire.Hosting.Python.Extensions v13.4.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addStreamlitApp(
name: string,
appDirectory: string,
scriptPath: string): StreamlitAppResource;
}

Signature

method addStreamlitApp builder
Adds a Streamlit application to the application model.
addStreamlitApp(
name: string,
appDirectory: string,
scriptPath: string): StreamlitAppResource
name string
appDirectory string
scriptPath string
StreamlitAppResource

Applies to

This method applies to the following types: