Skip to content
Docs Try Aspire

StreamlitAppResource Constructors

Class Constructors 1 member
Represents a Streamlit application.
Constructor(string, string, string) Section titled Constructor(string, string, string)
Represents a Streamlit application.
public class StreamlitAppResource
{
public StreamlitAppResource(
string name,
string executablePath,
string workingDirectory)
{
// ...
}
}
name string The name of the resource.
executablePath string The path to the executable used to run the Streamlit app.
workingDirectory string The working directory for streamlit.