import streamlit as st import io, sys, time from utils import * render_log_window() for i in range(10): print(f"logger: {i}") time.sleep(1)