addStreamlitApp
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addStreamlitApp( name: string, appDirectory: string, scriptPath: string): StreamlitAppResource;}Signature
method
addStreamlitAppbuilderAdds a Streamlit application to the application model.
addStreamlitApp( name: string, appDirectory: string, scriptPath: string): StreamlitAppResourceParameters
namestringappDirectorystringscriptPathstringReturns
StreamlitAppResourceApplies to
This method applies to the following types: