A long running process (executable) started from within the streamlit app produces output to the console. Is there a way to display or process the logfile while the process is running (e.g., to translate progress written to the command line to be displayed in a progress bar). So far I only succeeded displaying the log once the process completed.