Skip to content
DocsTry Aspire
DocsTry

StreamlitAppResource Constructors

ClassConstructors1 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)
{
// ...
}
}
namestringThe name of the resource.
executablePathstringThe path to the executable used to run the Streamlit app.
workingDirectorystringThe working directory for streamlit.