addStreamlitApp
Method
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): StreamlitAppResourceParameters
name string appDirectory string scriptPath string Returns
StreamlitAppResource Applies to
This method applies to the following types: