Skip to content
DocsTry Aspire
DocsTry

addStreamlitApp

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

Signature

methodaddStreamlitAppbuilder
Adds a Streamlit application to the application model.
addStreamlitApp(
name: string,
appDirectory: string,
scriptPath: string): StreamlitAppResource
namestring
appDirectorystring
scriptPathstring
StreamlitAppResource

Applies to

This method applies to the following types: