Class to manage the different streamlit processes and apps
All the normal apps (without env) run in the same streamlit process (8501) the env apps run in different processes with different ports. One process per env.
Attributes
app_dir: str
running_processes: Dict
Functions
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
app | StreamlitApp |
Return type:
str |
Return type:
str |
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
app_id | str |
Return type:
str |
Return type:
List |
Return type:
List |
Return type:
int |
Return type:
StreamlitStatusDTO |
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
env_hash | str |