File size: 115 Bytes
19c95e5
 
 
 
 
1
2
3
4
5
6
import streamlit as st

def display_alerts(faults):
    for fault in faults:
        st.warning(f"ALERT: {fault}")